Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/distrib/x68k/floppies/bootfloppy.sysinst Pull up revisi...



details:   https://anonhg.NetBSD.org/src/rev/a5fc0e644668
branches:  netbsd-1-6
changeset: 529020:a5fc0e644668
user:      lukem <lukem%NetBSD.org@localhost>
date:      Mon Aug 19 00:40:10 2002 +0000

description:
Pull up revision 1.11 (requested by isaki in ticket #698):
Correct CLEANFILES.

diffstat:

 distrib/x68k/floppies/bootfloppy.sysinst/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9060b00e836 -r a5fc0e644668 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Mon Aug 19 00:38:10 2002 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Mon Aug 19 00:40:10 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/05/19 08:12:06 isaki Exp $
+#      $NetBSD: Makefile,v 1.10.2.1 2002/08/19 00:40:10 lukem Exp $
 
 .include <bsd.own.mk>
 .include "${NETBSDSRCDIR}/distrib/common/Makefile.distrib"
@@ -20,6 +20,8 @@
 FLOPPYINSTBOOT=\
        "dd if=${MDEC}/fdboot_ustar of=@IMAGE@ bs=8k count=1 conv=sync,notrunc"
 
+CLEANFILES+=   ${BOOTNAME}
+
 ${BOOTNAME}: ${MDEC}/boot
        @echo "Copying ${.ALLSRC} to ${.TARGET}"
        @rm -f ${.TARGET}



Home | Main Index | Thread Index | Old Index