mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 19:52:44 +00:00
Moved -DRELEASE_CRUNCH into crunchgen(1) config files.
This commit is contained in:
parent
685574864e
commit
c3a205ef0b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=75040
@ -410,7 +410,7 @@ release.4:
|
||||
( ( [ -f ${.CURDIR}/${MACHINE}/$${j}_crunch.conf ] && \
|
||||
crunchgen ${.CURDIR}/${MACHINE}/$${j}_crunch.conf ) || \
|
||||
( crunchgen ${.CURDIR}/$${j}_crunch.conf ) ) && \
|
||||
${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all \
|
||||
${MAKE} -f $${j}_crunch.mk subclean all \
|
||||
NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
|
||||
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
|
||||
true || { rm -rf $${j}_crunch ; false ; } ; \
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/usr.sbin/pccard
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/usr.sbin/pccard
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/usr.sbin/pccard
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
# first, we list the source dirs that our programs reside in. These are
|
||||
# searched in order listed to find the dir containing each program.
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/usr.sbin/pccard
|
||||
|
@ -1,5 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
buildopts -DRELEASE_CRUNCH
|
||||
|
||||
srcdirs /usr/src/bin /usr/src/sbin /usr/src/usr.bin
|
||||
srcdirs /usr/src/gnu/usr.bin /usr/src/usr.sbin
|
||||
srcdirs /usr/src/usr.sbin/pccard
|
||||
|
Loading…
Reference in New Issue
Block a user