diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-08 00:14:51 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1998-12-08 00:14:51 +0000 |
| commit | aeaa1ed932c4c72d4c8e058b143198572130bc63 (patch) | |
| tree | 3a9c9744b470956c25a00bb6cc27a1a290453eec /release | |
| parent | f7c9e34beaf04f3c627842fc3875a5d2b763a55f (diff) | |
Notes
Diffstat (limited to 'release')
| -rw-r--r-- | release/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/release/Makefile b/release/Makefile index c67e0be0f536d..cebe5bb961f80 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.432 1998/12/06 00:05:42 jkh Exp $ +# $Id: Makefile,v 1.433 1998/12/06 04:06:38 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -473,11 +473,11 @@ release.8: write_mfs_in_kernel dumpnlist ${RD}/mfsfd ${MFSINODE} ${BOOTMFSLABEL} @cp fs-image fs-image.std @mv fs-image.size fs-image.std.size - @gzip fs-image + @gzip -c fs-image > mfsroot.gz; rm fs-image @sh -e ${.CURDIR}/scripts/doFS.sh ${RD} ${MNT} ${BOOTSIZE} \ - fs-image.gz ${BOOTINODE} ${BOOTLABEL} + mfsroot.gz ${BOOTINODE} ${BOOTLABEL} mv fs-image ${RD}/floppies/mfsroot.flp - @rm -f fs-image.gz fs-image.size + @rm -f mfsroot.gz fs-image.size @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std mv ${RD}/floppies/bootstd.flp ${RD}/floppies/kern.flp @cd ${.CURDIR} && ${MAKE} doMFSKERN FSIMAGE=std _MFSKERN=YES |
