Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand/boot Add ${PROG}.syms to CLEANFILES



details:   https://anonhg.NetBSD.org/src/rev/d9586d8f61cd
branches:  trunk
changeset: 755130:d9586d8f61cd
user:      veego <veego%NetBSD.org@localhost>
date:      Sun May 23 13:59:12 2010 +0000

description:
Add ${PROG}.syms to CLEANFILES

diffstat:

 sys/arch/i386/stand/boot/Makefile.boot |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b0141fff5fbf -r d9586d8f61cd sys/arch/i386/stand/boot/Makefile.boot
--- a/sys/arch/i386/stand/boot/Makefile.boot    Sun May 23 11:57:04 2010 +0000
+++ b/sys/arch/i386/stand/boot/Makefile.boot    Sun May 23 13:59:12 2010 +0000
@@ -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}



Home | Main Index | Thread Index | Old Index