summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-09-05 00:36:18 +0000
committermsmith <msmith@FreeBSD.org>1998-09-05 00:36:18 +0000
commitc9603566dc6ddea0fab444f06d743c78d2d9bad2 (patch)
tree2713471e101850fc140b3fdc8c2946721ff95692 /release
parent7fdecef5478cee3f8e7b41ac72b5b96128e0c9b6 (diff)
downloadFreeBSD-src-c9603566dc6ddea0fab444f06d743c78d2d9bad2.zip
FreeBSD-src-c9603566dc6ddea0fab444f06d743c78d2d9bad2.tar.gz
Escape the \ characters so that the intended beep at the end of the
boot.help message is actually appended correctly.
Diffstat (limited to 'release')
-rw-r--r--release/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/release/Makefile b/release/Makefile
index 03eb600..40f1b5f 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.374 1998/09/04 08:22:59 jkh Exp $
+# $Id: Makefile,v 1.375 1998/09/04 23:51:40 jkh Exp $
#
# make release CHROOTDIR=/some/dir BUILDNAME=somename [ RELEASETAG=tag ]
#
@@ -698,7 +698,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}
@touch ${RD}/boot.${FSIMAGE}/boot.config
@touch ${RD}/boot.${FSIMAGE}/kernel.config
@rm -f ${RD}/floppies/boot${FSIMAGE}.flp
OpenPOWER on IntegriCloud