Source-Changes-HG archive

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

[src/trunk]: src make 'clean' and/or 'cleandir' actually clean all the things.



details:   https://anonhg.NetBSD.org/src/rev/d9a76f25872f
branches:  trunk
changeset: 319472:d9a76f25872f
user:      mrg <mrg%NetBSD.org@localhost>
date:      Thu May 31 09:08:25 2018 +0000

description:
make 'clean' and/or 'cleandir' actually clean all the things.

diffstat:

 external/bsd/acpica/bin/iasl/Makefile  |  4 +++-
 external/bsd/libpcap/lib/Makefile      |  4 ++--
 external/bsd/unbound/sbin/Makefile.inc |  4 ++--
 external/gpl2/dtc/usr.bin/dtc/Makefile |  3 ++-
 tests/usr.bin/nbperf/Makefile          |  3 ++-
 5 files changed, 11 insertions(+), 7 deletions(-)

diffs (87 lines):

diff -r f2727f35f64d -r d9a76f25872f external/bsd/acpica/bin/iasl/Makefile
--- a/external/bsd/acpica/bin/iasl/Makefile     Thu May 31 07:37:45 2018 +0000
+++ b/external/bsd/acpica/bin/iasl/Makefile     Thu May 31 09:08:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2018/04/07 15:49:50 christos Exp $
+# $NetBSD: Makefile,v 1.19 2018/05/31 09:08:25 mrg Exp $
 
 .if (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64")
 PROG=  iasl
@@ -325,6 +325,8 @@
                prparserparse.h                         \
                prparserlex.l prparserlex.c             \
                prparser.y.h prparserparse.output       \
+                                                       \
+               y.output y.tab.h
 
 .include <bsd.prog.mk>
 
diff -r f2727f35f64d -r d9a76f25872f external/bsd/libpcap/lib/Makefile
--- a/external/bsd/libpcap/lib/Makefile Thu May 31 07:37:45 2018 +0000
+++ b/external/bsd/libpcap/lib/Makefile Thu May 31 09:08:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2017/01/24 23:26:58 christos Exp $  
+# $NetBSD: Makefile,v 1.16 2018/05/31 09:08:25 mrg Exp $       
 
 USE_SHLIBDIR=yes
 .include <bsd.own.mk>
@@ -153,7 +153,7 @@
 tokdefs.h: grammar.h
        cp $? $@
 
-CLEANFILES+=   tokdefs.h
+CLEANFILES+=   tokdefs.h scanner.h
 COPTS.bpf_image.c = -Wno-format-nonliteral
 
 .include <bsd.lib.mk>
diff -r f2727f35f64d -r d9a76f25872f external/bsd/unbound/sbin/Makefile.inc
--- a/external/bsd/unbound/sbin/Makefile.inc    Thu May 31 07:37:45 2018 +0000
+++ b/external/bsd/unbound/sbin/Makefile.inc    Thu May 31 09:08:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.inc,v 1.4 2018/03/13 03:07:51 mrg Exp $
+# $NetBSD: Makefile.inc,v 1.5 2018/05/31 09:08:25 mrg Exp $
 
 .include "../Makefile.inc"
 
@@ -28,6 +28,6 @@
 
 .if defined(SCRIPTS)
 .PATH: ${UNBOUND}/smallapp
-CLEANFILES+=${SCRIPTS}.sh
+CLEANFILES+=${SCRIPTS}.sh ${SCRIPTS}
 ${SCRIPTS}.sh: ${SCRIPTS}.sh.in __subst
 .endif
diff -r f2727f35f64d -r d9a76f25872f external/gpl2/dtc/usr.bin/dtc/Makefile
--- a/external/gpl2/dtc/usr.bin/dtc/Makefile    Thu May 31 07:37:45 2018 +0000
+++ b/external/gpl2/dtc/usr.bin/dtc/Makefile    Thu May 31 09:08:25 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2017/06/08 18:57:21 skrll Exp $
+#      $NetBSD: Makefile,v 1.3 2018/05/31 09:08:25 mrg Exp $
 
 NOMAN= # defined
 
@@ -15,6 +15,7 @@
 
 SRCS+= ${DTC_SRCS} dtc-lexer.l dtc-parser.y
 YFLAGS+= -d -L
+CLEANFILES+= dtc-parser.h
 
 .PATH: ${DTCDIST}
 
diff -r f2727f35f64d -r d9a76f25872f tests/usr.bin/nbperf/Makefile
--- a/tests/usr.bin/nbperf/Makefile     Thu May 31 07:37:45 2018 +0000
+++ b/tests/usr.bin/nbperf/Makefile     Thu May 31 09:08:25 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2012/07/22 20:38:20 joerg Exp $
+# $NetBSD: Makefile,v 1.2 2018/05/31 09:08:26 mrg Exp $
 
 NOMAN=         # defined
 
@@ -10,6 +10,7 @@
 
 SCRIPTSDIR=    ${TESTSDIR}
 SCRIPTS+=      h_nbperf
+CLEANFILES+=   h_nbperf
 
 FILESDIR=              ${TESTSDIR}
 FILES=                 hash_driver.c



Home | Main Index | Thread Index | Old Index