aboutsummaryrefslogtreecommitdiff
path: root/release/Makefile
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1995-05-22 14:08:45 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1995-05-22 14:08:45 +0000
commit769d392920667dc7fea799e6d29441cf21b57a8e (patch)
treef407c982b6c7df9db034224218d2b2f081100e90 /release/Makefile
parente43fc3243b73490d57093bcd62834292aae504f8 (diff)
downloadsrc-769d392920667dc7fea799e6d29441cf21b57a8e.tar.gz
src-769d392920667dc7fea799e6d29441cf21b57a8e.zip
Clean up the cpio floppy target, remove the fixit floppy from my
"floppies" target - don't need to build that every time for testing.
Notes
Notes: svn path=/head/; revision=8701
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 bffd03a11829..3a357b7bd8b6 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: