summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/release/Makefile b/release/Makefile
index bffd03a..3a357b7 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.167 1995/05/21 21:08:45 jkh Exp $
+# $Id: Makefile,v 1.168 1995/05/22 06:25:26 jkh Exp $
#
# How to roll a release:
#
@@ -299,11 +299,7 @@ release.7:
DIR=${RD}/cpiofd/stand ZIP=false
cd ${RD}/trees/bin ; ls ${CPIO1} | cpio -dump ${RD}/cpiofd/stand
tar --exclude CVS -cf - -C ${.CURDIR}/sysinstall info | tar xvf - -C ${RD}/cpiofd/stand
- ( JUST_TELL_ME=please ; \
- ( cd ${RD}/cpiofd ; \
- ( rm -f OK ; find . -print ; touch OK ; echo OK ) | \
- cpio -H newc -oa | gzip -9 -c | dd conv=osync ) \
- > ${RD}/floppies/cpio.flp
+ cd ${RD}/cpiofd ; ( rm -f OK ; find . -print ; touch OK ; echo OK ) | cpio -H newc -oa | gzip -9 -c | dd conv=osync > ${RD}/floppies/cpio.flp
touch release.7
# Make binary dists, notice that DES dist isn't finished yet.
@@ -432,7 +428,7 @@ doRELEASE: release.1 release.2 release.3 release.4 release.5 release.6 \
@echo "Release done"
floppies:
- rm -f release.4 release.6 release.7 release.10
+ rm -f release.4 release.6 release.7
cd ${.CURDIR} && ${MAKE} doRELEASE
boot.flp:
OpenPOWER on IntegriCloud