This enables a common root directory for all object files for a given tree,
which eases sharing and cleaning up of object trees.
Details
Details
- Reviewers
bdrewery
Build world; nothing should break.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage
Event Timeline
Comment Actions
+1. I think having both lib32 and world32 is confusing, but this is better than having files outside of the normal obj tree like we have now.
Makefile.inc1 | ||
---|---|---|
356 ↗ | (On Diff #1672) | LIB32TMP would be better set as ${OBJTREE}${.CURDIR}/lib32tmp or tmp32 or 32tmp or anything like this, so it is closer aligned with WORLDTMP which is just tmp. This would avoid confusion with having both world32 and lib32. Perhaps even renaming LIB32TMP to WORLD32TMP or LIB32WORLDTMP or similar. Yes this is somewhat unrelated to your change, but the change adds confusion having both world32 and lib32. |
This comment was removed by will.