Source-Changes-HG archive

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

[src/trunk]: src/sys/conf More clean files.



details:   https://anonhg.NetBSD.org/src/rev/cdccdc724cc1
branches:  trunk
changeset: 333509:cdccdc724cc1
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Thu Nov 06 11:59:17 2014 +0000

description:
More clean files.

diffstat:

 sys/conf/Makefile.kern.inc |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1ed79c283840 -r cdccdc724cc1 sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Thu Nov 06 11:40:32 2014 +0000
+++ b/sys/conf/Makefile.kern.inc        Thu Nov 06 11:59:17 2014 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.176 2014/10/10 08:13:52 uebayasi Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.177 2014/11/06 11:59:17 uebayasi Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -346,7 +346,7 @@
 .if !target(__CLEANKERNEL)
 __CLEANKERNEL: .USE
        ${_MKMSG} "${.TARGET}ing the kernel objects"
-       rm -f ${KERNELS} eddep tags *.[io] *.ln [a-z]*.s vers.c \
+       rm -f ${KERNELS} *.map eddep tags *.[io] *.ko *.ln [a-z]*.s vers.c \
            [Ee]rrs linterrs makelinks assym.h.tmp assym.h \
            ${EXTRA_KERNELS} ${EXTRA_CLEAN}
 .endif



Home | Main Index | Thread Index | Old Index