Module Name:    src
Committed By:   veego
Date:           Sun May 23 13:59:12 UTC 2010

Modified Files:
        src/sys/arch/i386/stand/boot: Makefile.boot

Log Message:
Add ${PROG}.syms to CLEANFILES


To generate a diff of this commit:
cvs rdiff -u -r1.42 -r1.43 src/sys/arch/i386/stand/boot/Makefile.boot

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/i386/stand/boot/Makefile.boot
diff -u src/sys/arch/i386/stand/boot/Makefile.boot:1.42 src/sys/arch/i386/stand/boot/Makefile.boot:1.43
--- src/sys/arch/i386/stand/boot/Makefile.boot:1.42	Fri Nov 20 17:28:19 2009
+++ src/sys/arch/i386/stand/boot/Makefile.boot	Sun May 23 13:59:12 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.boot,v 1.42 2009/11/20 17:28:19 dsl Exp $
+# $NetBSD: Makefile.boot,v 1.43 2010/05/23 13:59:12 veego Exp $
 
 S=	${.CURDIR}/../../../../..
 
@@ -135,7 +135,7 @@
 LIBLIST= ${LIBI386} ${LIBSA} ${LIBZ} ${LIBKERN} ${LIBI386} ${LIBSA}
 # LIBLIST= ${LIBSA} ${LIBKERN} ${LIBI386} ${LIBSA} ${LIBZ} ${LIBKERN}
 
-CLEANFILES+= ${PROG}.tmp ${PROG}.map vers.c
+CLEANFILES+= ${PROG}.tmp ${PROG}.map ${PROG}.syms vers.c
 
 vers.c: ${VERSIONFILE} ${SOURCES} ${LIBLIST} ${.CURDIR}/../Makefile.boot
 	${HOST_SH} ${S}/conf/newvers_stand.sh -DM ${VERSIONFILE} x86 ${NEWVERSWHAT}

Reply via email to