Module Name:    src
Committed By:   tsutsui
Date:           Thu Apr 23 16:37:44 UTC 2009

Modified Files:
        src/sys/arch/pmax/stand: Makefile.booters

Log Message:
Make sure to remove all generated files on cleandir.


To generate a diff of this commit:
cvs rdiff -u -r1.50 -r1.51 src/sys/arch/pmax/stand/Makefile.booters

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/pmax/stand/Makefile.booters
diff -u src/sys/arch/pmax/stand/Makefile.booters:1.50 src/sys/arch/pmax/stand/Makefile.booters:1.51
--- src/sys/arch/pmax/stand/Makefile.booters:1.50	Thu Apr 23 16:35:20 2009
+++ src/sys/arch/pmax/stand/Makefile.booters	Thu Apr 23 16:37:44 2009
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.50 2009/04/23 16:35:20 tsutsui Exp $
+# $NetBSD: Makefile.booters,v 1.51 2009/04/23 16:37:44 tsutsui Exp $
 
 .include <bsd.sys.mk>		# for HOST_SH
 
@@ -120,7 +120,7 @@
 .include <bsd.klinks.mk>
 .include <bsd.prog.mk>
 
-CLEANFILES+=	${PROG}.map
+CLEANFILES+=	${PROG}.map ${PROG}.elf
 
 cleandir distclean: cleanlibdir
 

Reply via email to