Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/mk Add NOPATH to keep *.cat files in the search path f...
details: https://anonhg.NetBSD.org/src/rev/a119b2e7ffde
branches: trunk
changeset: 482703:a119b2e7ffde
user: erh <erh%NetBSD.org@localhost>
date: Sat Feb 19 23:02:17 2000 +0000
description:
Add NOPATH to keep *.cat files in the search path from interfering with the build.
diffstat:
share/mk/bsd.nls.mk | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 193934be6fad -r a119b2e7ffde share/mk/bsd.nls.mk
--- a/share/mk/bsd.nls.mk Sat Feb 19 22:54:08 2000 +0000
+++ b/share/mk/bsd.nls.mk Sat Feb 19 23:02:17 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.nls.mk,v 1.20 2000/01/22 19:31:02 mycroft Exp $
+# $NetBSD: bsd.nls.mk,v 1.21 2000/02/19 23:02:17 erh Exp $
.if !target(__initialized__)
__initialized__:
@@ -22,6 +22,7 @@
.if defined(NLS) && !empty(NLS)
NLSALL= ${NLS:.msg=.cat}
+.NOPATH: ${NLSALL}
.endif
.if !defined(NLSNAME)
Home |
Main Index |
Thread Index |
Old Index