Make `make release' fail if crunchgen failed.

This commit is contained in:
Joerg Wunsch 1996-11-03 14:39:18 +00:00
parent 5a0722857d
commit 5bb883669b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=19362

View File

@ -1,4 +1,4 @@
# $Id: Makefile,v 1.247 1996/11/02 18:58:07 jkh Exp $
# $Id: Makefile,v 1.248 1996/11/03 08:52:31 joerg Exp $
#
# How to roll a release:
#
@ -211,7 +211,7 @@ release.4:
${MAKE} -f $${j}_crunch.mk all NOCRYPT=yes \
"CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
mv $${j}_crunch/$${j}_crunch ${RD}/crunch/$${j} && \
true || rm -rf $${j}_crunch ; \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
touch release.4