diff options
author | jkh <jkh@FreeBSD.org> | 1996-04-29 19:38:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-04-29 19:38:36 +0000 |
commit | 4f4132f247de32b1f4fc718c3c9b7193cb2705bb (patch) | |
tree | 59d54427c8fd439a632908a6f174ef23ada25029 /release/Makefile | |
parent | 700702925d6e896fefac37c3a295b1983a3e0df2 (diff) | |
download | FreeBSD-src-4f4132f247de32b1f4fc718c3c9b7193cb2705bb.zip FreeBSD-src-4f4132f247de32b1f4fc718c3c9b7193cb2705bb.tar.gz |
Add an extra line to the floppies target which will make it refresh
the distribution area's floppy images.
Diffstat (limited to 'release/Makefile')
-rw-r--r-- | release/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile index 7c7d6e1..7935b56 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.209 1996/03/19 03:26:33 jkh Exp $ +# $Id: Makefile,v 1.210 1996/04/28 00:37:26 jkh Exp $ # # How to roll a release: # @@ -483,6 +483,7 @@ floppies: cd ${.CURDIR} && ${MAKE} boot.flp cd ${.CURDIR} && ${MAKE} root.flp cd ${.CURDIR} && ${MAKE} fixit.flp + cd ${RD} && find floppies -print | cpio -dumpl ${FD} boot.flp: rm -f release.4 release.8 |