diff options
| author | John Hay <jhay@FreeBSD.org> | 1998-09-12 20:04:44 +0000 |
|---|---|---|
| committer | John Hay <jhay@FreeBSD.org> | 1998-09-12 20:04:44 +0000 |
| commit | e9291af7484e815a84a34b46303991c8e007d89f (patch) | |
| tree | 4a1bf03d936a0b1ce949f75e2705c62a6dba9503 | |
| parent | 3674e655b960f93831d79df91c37976b88a4daca (diff) | |
Notes
| -rw-r--r-- | release/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile index f015de648382..71d4d8586b51 100644 --- a/release/Makefile +++ b/release/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.379 1998/09/07 23:55:22 jkh Exp $ +# $Id: Makefile,v 1.380 1998/09/09 14:20:22 jkh Exp $ # # make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ] # @@ -700,7 +700,7 @@ doMFSKERN: @mv ${RD}/boot.${FSIMAGE}/kernel ${RD}/kernels/MFSKERNEL.${FSIMAGE} @mv ${RD}/boot.${FSIMAGE}/kernel.kz ${RD}/boot.${FSIMAGE}/kernel @cp ${.CURDIR}/../sys/i386/boot/biosboot/boot.help ${RD}/boot.${FSIMAGE} - @printf \\a\\a\\a >> ${RD}/boot.${FSIMAGE} + @printf \\a\\a\\a >> ${RD}/boot.${FSIMAGE}/boot.help @touch ${RD}/boot.${FSIMAGE}/boot.config @touch ${RD}/boot.${FSIMAGE}/kernel.config @rm -f ${RD}/floppies/boot${FSIMAGE}.flp |
