summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-12-20 02:12:27 +0000
committergrog <grog@FreeBSD.org>1999-12-20 02:12:27 +0000
commit4d2d57d1006a5aa5fd4e7bb973cef17dfcd6b9fd (patch)
tree69f7abd3fba0597b5fa87c3abc9a4c87f7d53adc /release
parent9228fe234fe198f92335fe16dcd04ff3c2f17dc3 (diff)
downloadFreeBSD-src-4d2d57d1006a5aa5fd4e7bb973cef17dfcd6b9fd.zip
FreeBSD-src-4d2d57d1006a5aa5fd4e7bb973cef17dfcd6b9fd.tar.gz
Define RELEASE_CRUNCH as a make variable. Previously it was defined
as a preprocessor variable only. This broke the build of ppp. This problem still exists in the old-style directories. Debugging-help-supplied-by: brian
Diffstat (limited to 'release')
-rw-r--r--release/picobsd/custom/crunch2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/picobsd/custom/crunch2/Makefile b/release/picobsd/custom/crunch2/Makefile
index 7b12b5f..ce2fada 100644
--- a/release/picobsd/custom/crunch2/Makefile
+++ b/release/picobsd/custom/crunch2/Makefile
@@ -8,8 +8,8 @@ all: crunch install
crunch:
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch2.conf
@crunchgen ./crunch2.conf
- @${MAKE} -f crunch2.mk -DNOPAM all \
- "CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
+ ${MAKE} -f crunch2.mk RELEASE_CRUNCH= -DNOPAM all \
+ "CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT"
clean:
rm -f *.o *.stub *.lo *_stub.c *.mkcrunch.cache Make.log *~
OpenPOWER on IntegriCloud