Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/share/mk Pull up revision 1.32:
details: https://anonhg.NetBSD.org/src/rev/aba8f90742c8
branches: netbsd-1-4
changeset: 469359:aba8f90742c8
user: he <he%NetBSD.org@localhost>
date: Fri Sep 10 22:53:18 1999 +0000
description:
Pull up revision 1.32:
Allow natural use of multiple "make" targets in the main tree
without setting BUILD, fixing PR#8313 and PR#3894.
diffstat:
share/mk/bsd.kmod.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b94b04e950ad -r aba8f90742c8 share/mk/bsd.kmod.mk
--- a/share/mk/bsd.kmod.mk Fri Sep 10 22:50:46 1999 +0000
+++ b/share/mk/bsd.kmod.mk Fri Sep 10 22:53:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.kmod.mk,v 1.30 1999/03/10 06:34:19 ross Exp $
+# $NetBSD: bsd.kmod.mk,v 1.30.2.1 1999/09/10 22:53:18 he Exp $
.if !target(__initialized__)
__initialized__:
@@ -62,7 +62,7 @@
.if !defined(UPDATE)
.PHONY: ${DESTDIR}${KMODDIR}/${PROG}
.endif
-.if !defined(BUILD)
+.if !defined(BUILD) && !make(all) && !make(${PROG})
${DESTDIR}${KMODDIR}/${PROG}: .MADE
.endif
Home |
Main Index |
Thread Index |
Old Index