summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-06-24 06:55:18 +0000
committerBrian Somers <brian@FreeBSD.org>1998-06-24 06:55:18 +0000
commit7fbcb4ce39231bd5d1fff691ea21a393c427e3f4 (patch)
tree650ac356bc01ca5abc62f8d3c878b1275a22a227
parentc02085735ce4a8589e79ef2eb856995970df0674 (diff)
Notes
-rw-r--r--release/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 1c0f60339842..7c62e8d36669 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -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