Source-Changes-HG archive

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

[src/trunk]: src/sys/conf Remove the .if !target(dependall) so that 'make dep...



details:   https://anonhg.NetBSD.org/src/rev/13edb6b8026d
branches:  trunk
changeset: 555315:13edb6b8026d
user:      dsl <dsl%NetBSD.org@localhost>
date:      Fri Nov 14 08:33:36 2003 +0000

description:
Remove the .if !target(dependall) so that 'make dependall' works (again)
for the kernel.

diffstat:

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

diffs (28 lines):

diff -r 2834c908077c -r 13edb6b8026d sys/conf/Makefile.kern.inc
--- a/sys/conf/Makefile.kern.inc        Fri Nov 14 08:03:16 2003 +0000
+++ b/sys/conf/Makefile.kern.inc        Fri Nov 14 08:33:36 2003 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.kern.inc,v 1.43 2003/11/11 21:26:53 enami Exp $
+#      $NetBSD: Makefile.kern.inc,v 1.44 2003/11/14 08:33:36 dsl Exp $
 #
 # This file contains common `MI' targets and definitions and it is included
 # at the bottom of each `MD' ${MACHINE}/conf/Makefile.${MACHINE}.
@@ -257,6 +257,7 @@
 cleandir distclean: __CLEANKERNEL __CLEANDEPEND
 clean: __CLEANKERNEL
 depend: .depend
+dependall: depend all
 
 .if !target(.depend)
 SRCS?=         ${MD_SFILES} ${MD_CFILES} ${MI_CFILES} ${CFILES} ${SFILES}
@@ -273,10 +274,6 @@
        @rm -f assym.dep
 .endif
 
-.if !target(dependall)
-dependall: depend all
-.endif
-
 .if !target(lint)
 ALLSFILES?=    ${MD_SFILES} ${SFILES}
 LINTSTUBS?=    ${ALLSFILES:T:R:C/^.*$/LintStub_&.c/g}



Home | Main Index | Thread Index | Old Index