Page MenuHomeFreeBSD

universe: move build logs to OBJROOT
Needs ReviewPublic

Authored by siva on Fri, Feb 27, 4:51 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 15, 10:33 PM
Unknown Object (File)
Sun, Mar 15, 5:14 AM
Unknown Object (File)
Sat, Mar 14, 11:18 AM
Unknown Object (File)
Wed, Mar 11, 9:22 AM
Unknown Object (File)
Sun, Mar 8, 1:24 AM
Unknown Object (File)
Thu, Mar 5, 5:32 PM
Unknown Object (File)
Wed, Mar 4, 12:02 PM
Unknown Object (File)
Wed, Mar 4, 5:19 AM
Subscribers
None

Details

Reviewers
emaste
jhb
imp
Summary

This allows make universe or make tinderbox
to build from a read-only src tree.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 71072
Build 67955: arc lint + arc unit

Event Timeline

siva requested review of this revision.Fri, Feb 27, 4:51 PM
siva created this revision.

I actually find it really convenient that the log files are in .CURDIR.

I think the convenience is nice for sure, but the flexibility of choice is reduced. If anything, maybe I can add a variable similar to FAILFILE that is configurable so that users can choose where it goes?

I do like the idea of being able to build from a read-only src tree.