This follows r271730, which sandboxes the 32-bit world object directories
to the same location.
Details
Details
- Reviewers
will
Run 'make universe', see that nothing breaks.
Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 12385
Event Timeline
Comment Actions
I think I like this. Do you have a more up-to-date version to upload?
Makefile.inc1 | ||
---|---|---|
185–186 | I think I like your idea of setting this unconditionally. |
Comment Actions
Updated version against head/Makefile.inc1@281050.
Incorporated a change to make OBJTREE unconditionally include
${TARGET}.${TARGET_ARCH} in its path. This is aimed at making the
paths consistent regardless of build environment.
Currently testing this version; uploading for comment.
Comment Actions
This seems to work ok (my test VM ran out of space before finishing 'make universe', but several non-x86 ARCHes built OK). Thoughts?