From b8b1ea673801560da8f60e53de18ddf3f9824238 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Mon, 20 Dec 1999 02:12:27 +0000 Subject: [PATCH] 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 --- release/picobsd/custom/crunch2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/release/picobsd/custom/crunch2/Makefile b/release/picobsd/custom/crunch2/Makefile index 7b12b5fcd59..ce2fada395d 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 *~