- Fix .if to be a proper .elif
- Clarify UPDATING and man pages on option
- Other review findings
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Nov 1 2017
In D12840#267370, @emaste wrote:Should we make a reference to WITHOUT_UNIFIED_OBJDIR being a transition aid that will be removed later on? (for 12.0)?
In D12840#267376, @sjg wrote:In Junos build we have always used .OBJDIR = ${OBJTOP} for the case ${.CURDIR} == ${SRCTOP} which is why I asserted that it is the correct answer ;-)
Review findings
Oct 31 2017
- Fix some release/ scripts to use sys/boot .OBJDIR.
- Revert option_survey change as it really doesn't care where the files are.
In D12839#266680, @dim wrote:Hmm, I rather liked the absolute paths that ${.OBJDIR} and ${OBJTOP} introduced. I find relative path output during builds a bit obfuscating. How much performance gain does this change deliver, in exchange for more obscurity?
trap more signals for rmdir cleanup.
This should be final.
Fix 'make print-dir' mistake, add WITHOUT_AUTO_OBJ man file and force "on" for 'make showconfig'.
Also tested that makeman did the right thing and shows AUTO_OBJ as default enabled.
Disable opportunistic AUTO_OBJ for showconfig/print-dir
Rebase
Don't bother trying to enable MK_AUTO_OBJ if WITHOUT_AUTO_OBJ is set or
MK_AUTO_OBJ is in .MAKEOVERRIDES.
Looks good, thanks for doing this. Yes do please update EVENTHANDLER.9
Uploaded the wrong commit, fix that.
Export MK_AUTO_OBJ==yes finding to sub-makes.  This was not being checked
very often in buildworld but exporting the positive finding will save more time.
Oct 30 2017
In D12782#266099, @bdrewery wrote:I am going to revert this. I am adding a native-xtools-install and will pass in DESTDIR for it. This case is a bit unclear to me though. Did you intend to have the files installed in DESTDIR/usr/bin/* or DESTDIR/nxb-bin/usr/bin/* ?
In D12817#266170, @emaste wrote:Is it the case that the other C++11 option in this block (CLANG) works only because it is split into CLANG and CLANG_BOOTSTRAP? It would otherwise have the same problem, yes?
Oct 29 2017
Oct 28 2017
I am going to revert this. I am adding a native-xtools-install and will pass in DESTDIR for it. This case is a bit unclear to me though. Did you intend to have the files installed in DESTDIR/usr/bin/* or DESTDIR/nxb-bin/usr/bin/* ?