summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-01-19 16:10:51 +0000
committerjkh <jkh@FreeBSD.org>1998-01-19 16:10:51 +0000
commit1b72307204011e93eacc0e8dd59cb6e3cfc867a8 (patch)
treed01c4e6a83fe7851b00ff6ab9f87dab27587e0d3 /release
parentb0334344b1d69ff73231aee35f821e663d30c1d9 (diff)
downloadFreeBSD-src-1b72307204011e93eacc0e8dd59cb6e3cfc867a8.zip
FreeBSD-src-1b72307204011e93eacc0e8dd59cb6e3cfc867a8.tar.gz
Add a missing \ the previous committer omitted from the crunch target.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 85e1e92..cc4e9ed 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.332 1997/10/20 21:57:14 joerg Exp $
+# $Id: Makefile,v 1.333 1998/01/17 14:21:17 brian Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -294,7 +294,7 @@ release.4:
mkdir $${j}_crunch && \
( cd $${j}_crunch && \
crunchgen ${.CURDIR}/$${j}_crunch.conf && \
- ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all
+ ${MAKE} -DRELEASE_CRUNCH -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 ; } ; \
OpenPOWER on IntegriCloud