diff options
author | jkh <jkh@FreeBSD.org> | 1995-05-22 14:08:45 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-05-22 14:08:45 +0000 |
commit | a93f9fc13537d35520b293f7dda9f8361a782400 (patch) | |
tree | f407c982b6c7df9db034224218d2b2f081100e90 /release/Makefile | |
parent | c88727cf79b89a2c8cf7994b7e00314b38b5679e (diff) | |
download | FreeBSD-src-a93f9fc13537d35520b293f7dda9f8361a782400.zip FreeBSD-src-a93f9fc13537d35520b293f7dda9f8361a782400.tar.gz |
Clean up the cpio floppy target, remove the fixit floppy from my
"floppies" target - don't need to build that every time for testing.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 10 |
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: |