1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-26 11:47:31 +00:00

r253616 nuked BINMAKE so we need to adapt to the new definition

This commit is contained in:
Luigi Rizzo 2013-09-06 17:16:33 +00:00
parent 9430f833ca
commit d3d4b31dd4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255313

View File

@ -972,6 +972,8 @@ set_build_parameters() {
#-- export MACHINE_ARCH=`uname -m` MACHINE=`uname -m`
# export CWARNFLAGS="-Wextra -Wno-sign-compare -Wno-missing-field-initializers"
eval "export BINMAKE=\"`cd ${SRC}; make -f Makefile -V BINMAKE`\""
[ "$BINMAKE" = "" ] && \
eval "export BINMAKE=\"`cd ${SRC}; make -f Makefile -V SUB_MAKE`\""
fi
if [ "${o_init_src}" != "" ] ; then