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.19:
details: https://anonhg.NetBSD.org/src/rev/e7e5a61b7396
branches: netbsd-1-4
changeset: 469362:e7e5a61b7396
user: he <he%NetBSD.org@localhost>
date: Fri Sep 10 23:01:18 1999 +0000
description:
Pull up revision 1.19:
Allow natural use of multiple "make" targets in the main tree
without setting BUILD, fixing PR#8313 and PR#3894.
diffstat:
share/mk/bsd.nls.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5c156cf17b23 -r e7e5a61b7396 share/mk/bsd.nls.mk
--- a/share/mk/bsd.nls.mk Fri Sep 10 23:00:22 1999 +0000
+++ b/share/mk/bsd.nls.mk Fri Sep 10 23:01:18 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.nls.mk,v 1.17 1999/02/12 12:38:45 lukem Exp $
+# $NetBSD: bsd.nls.mk,v 1.17.2.1 1999/09/10 23:01:18 he Exp $
.if !target(__initialized__)
__initialized__:
@@ -45,7 +45,7 @@
.if !defined(UPDATE)
.PHONY: ${DESTDIR}${NLSDIR}/${F:T:R}/${NLSNAME}.cat
.endif
-.if !defined(BUILD)
+.if !defined(BUILD) && !make(all) && !make(${F})
${DESTDIR}${NLSDIR}/${F:T:R}/${NLSNAME}.cat: .MADE
.endif
Home |
Main Index |
Thread Index |
Old Index