Escape the \ characters so that the intended beep at the end of the

boot.help message is actually appended correctly.
This commit is contained in:
Mike Smith 1998-09-05 00:36:18 +00:00
parent 2ae7809185
commit adae65a188
1 changed files with 2 additions and 2 deletions

View File

@ -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