summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbdrewery <bdrewery@FreeBSD.org>2015-10-21 00:25:18 +0000
committerbdrewery <bdrewery@FreeBSD.org>2015-10-21 00:25:18 +0000
commit9bff9cbf0cbe48b8d626b26743dd0e559c17bda3 (patch)
tree4d6f7a48d1a9295521cb0c3ced7fa08a56e1c68c /gnu
parentf7c12e6bb77645841c7e35b76a82a7a51fe73afc (diff)
downloadFreeBSD-src-9bff9cbf0cbe48b8d626b26743dd0e559c17bda3.zip
FreeBSD-src-9bff9cbf0cbe48b8d626b26743dd0e559c17bda3.tar.gz
Fix building in a directory with SUBDIRs and SUBDIR_PARALLEL.
The SUBDIR_PARALLEL feature uses a .for dir in ${SUBDIR} loop. The old code here for recursing was setting SUBDIR= as a make *argument*. The SUBDIR= replacement was not actually handled until after the .for loop was unrolled. This could be seen with a '.info ${SUBDIR} ${dir}' inside of the loop which showed an empty ${SUBDIR} and a set ${dir}. Setting NO_SUBIDR= before calling ${MAKE} as an *environment* variable handles the case fine and is a more proper mechanism for disabling subdir handling. This could be seen with 'make -C tests/sys/kern -j15 SUBDIR_PARALLEL=yes'. MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Division
Diffstat (limited to 'gnu')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud