This honors 'make obj' principles, in which modifications are only made to
the object directory.
Details
Details
- Reviewers
- None
Run 'make universe', observe that nothing breaks.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
Does it matter? This isn't affected by the value of .OBJDIR in the per-arch sub-makes. I haven't run this patch in a while, but it seems straightforward to me. It puts the log files in the parent .OBJDIR; all universes are nested just below there. Maybe it makes more sense to put the log file in the individual arch's .OBJDIR instead, but this way keeps the existing aesthetic of all the universe log files being in one place.
Comment Actions
Not too much, it's really just a "where do I look for the log files after this change?"