Source-Changes-HG archive

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

[src/trunk]: src/distrib/x68k/floppies/bootfloppy.sysinst Correct CLEANFILES.



details:   https://anonhg.NetBSD.org/src/rev/dd6d5d975be1
branches:  trunk
changeset: 535430:dd6d5d975be1
user:      isaki <isaki%NetBSD.org@localhost>
date:      Sun Aug 18 14:43:16 2002 +0000

description:
Correct CLEANFILES.

diffstat:

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

diffs (18 lines):

diff -r 24ac9ed985c8 -r dd6d5d975be1 distrib/x68k/floppies/bootfloppy.sysinst/Makefile
--- a/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sun Aug 18 14:43:00 2002 +0000
+++ b/distrib/x68k/floppies/bootfloppy.sysinst/Makefile Sun Aug 18 14:43:16 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.10 2002/05/19 08:12:06 isaki Exp $
+#      $NetBSD: Makefile,v 1.11 2002/08/18 14:43:16 isaki 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