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
This commit is contained in:
parent
4f8959ac97
commit
b8b1ea6738
@ -8,8 +8,8 @@ all: crunch install
|
|||||||
crunch:
|
crunch:
|
||||||
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch2.conf
|
@cat crunch.conf|sed -e "s@/usr/src@${SRC}@" >crunch2.conf
|
||||||
@crunchgen ./crunch2.conf
|
@crunchgen ./crunch2.conf
|
||||||
@${MAKE} -f crunch2.mk -DNOPAM all \
|
${MAKE} -f crunch2.mk RELEASE_CRUNCH= -DNOPAM all \
|
||||||
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT" #2>&1 >/dev/null
|
"CFLAGS=${CFLAGS} -DRELEASE_CRUNCH -DCRUNCHED_BINARY -DNOSECURE -DNOCRYPT"
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o *.stub *.lo *_stub.c *.mkcrunch.cache Make.log *~
|
rm -f *.o *.stub *.lo *_stub.c *.mkcrunch.cache Make.log *~
|
||||||
|
Loading…
Reference in New Issue
Block a user