summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-25 06:35:20 +0000
committerbrian <brian@FreeBSD.org>1998-06-25 06:35:20 +0000
commitb1de54fb2fb86260e6795c860bf439e00f586367 (patch)
tree760bbdc3f018bfaf56b228b3ac0979fcd9b056b6 /release/Makefile
parenta0de7ea9266b5a06b1b341e285cdbc61084c8ca9 (diff)
downloadFreeBSD-src-b1de54fb2fb86260e6795c860bf439e00f586367.zip
FreeBSD-src-b1de54fb2fb86260e6795c860bf439e00f586367.tar.gz
Fix syntax error from last commit
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile
index 7c62e8d..7600e0c 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.356 1998/06/08 20:58:02 jdp Exp $
+# $Id: Makefile,v 1.357 1998/06/24 06:55:18 brian Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -322,11 +322,12 @@ release.4:
rm -rf $${j}_crunch && \
mkdir $${j}_crunch && \
( cd $${j}_crunch && \
- crunchgen ${.CURDIR}/$${j}_crunch.conf && \
- ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean all \
+ crunchgen ${.CURDIR}/$${j}_crunch.conf && \
+ ${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 \
+ ( cd $${j}_crunch && \
+ ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean \
NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
OpenPOWER on IntegriCloud