summaryrefslogtreecommitdiffstats
path: root/release/picobsd
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2013-09-06 17:16:33 +0000
committerluigi <luigi@FreeBSD.org>2013-09-06 17:16:33 +0000
commit1393045356076e418367091372b6861b907f0222 (patch)
tree9c373651808b085adea253925ba98d9a5b306476 /release/picobsd
parent8439d9918f1413406e07465a2729a2ce07ee4fdd (diff)
downloadFreeBSD-src-1393045356076e418367091372b6861b907f0222.zip
FreeBSD-src-1393045356076e418367091372b6861b907f0222.tar.gz
r253616 nuked BINMAKE so we need to adapt to the new definition
Diffstat (limited to 'release/picobsd')
-rwxr-xr-xrelease/picobsd/build/picobsd2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/picobsd/build/picobsd b/release/picobsd/build/picobsd
index 095a6ef..8338bd6 100755
--- a/release/picobsd/build/picobsd
+++ b/release/picobsd/build/picobsd
@@ -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
OpenPOWER on IntegriCloud