summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1998-06-26 18:54:06 +0000
committerbrian <brian@FreeBSD.org>1998-06-26 18:54:06 +0000
commitc7c6f3feab1905a7dd251cc7534262ac53974a88 (patch)
tree5d0c5dfa48fe9cfa65f5e14de259408b5be12922 /release
parent6b48c99450b8e1030c4b2f68a26bf016d371d7df (diff)
downloadFreeBSD-src-c7c6f3feab1905a7dd251cc7534262ac53974a88.zip
FreeBSD-src-c7c6f3feab1905a7dd251cc7534262ac53974a88.tar.gz
Don't make clean after building the crunch file. Build
a des & non-des version of ppp in the same way as init and ed.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/release/Makefile b/release/Makefile
index 7600e0c..9fa0182 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.357 1998/06/24 06:55:18 brian Exp $
+# $Id: Makefile,v 1.358 1998/06/25 06:35:20 brian Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -326,9 +326,6 @@ 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} && \
- ( cd $${j}_crunch && \
- ${MAKE} -DRELEASE_CRUNCH -f $${j}_crunch.mk subclean \
- NOCRYPT=yes "CFLAGS=${CFLAGS} -DCRUNCHED_BINARY") && \
true || { rm -rf $${j}_crunch ; false ; } ; \
done
touch release.4
@@ -338,7 +335,7 @@ release.4:
#
release.5:
# Handle some grief caused by the munition braindeadness.
- for i in sbin/init bin/ed ; do \
+ for i in sbin/init bin/ed usr.sbin/ppp ; do \
( cd ${.CURDIR}/../$$i; \
make -DNOCRYPT clean all distribute DISTDIR=${RD}/trees ) ; \
done
OpenPOWER on IntegriCloud