1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-20 15:43:16 +00:00

Clean the crunchgen targets after creating the crunch binary.

This *should* avoid the -DRELEASE_CRUNCH polution that's
mis-building user-ppp.
This commit is contained in:
Brian Somers 1998-06-24 06:55:18 +00:00
parent c02085735c
commit 7fbcb4ce39
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37130

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.355 1998/06/07 21:53:01 jdp Exp $
# $Id: Makefile,v 1.356 1998/06/08 20:58:02 jdp Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@ -326,6 +326,8 @@ release.4:
${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all \
NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean \
NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
touch release.4