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 for all output files to prevent their pr...



details:   https://anonhg.NetBSD.org/src/rev/05a551b823b1
branches:  trunk
changeset: 482682:05a551b823b1
user:      erh <erh%NetBSD.org@localhost>
date:      Sat Feb 19 05:36:23 2000 +0000

description:
Add NOPATH for all output files to prevent their presence in the search path from causing problems.

diffstat:

 share/mk/bsd.lib.mk |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 51f44c749859 -r 05a551b823b1 share/mk/bsd.lib.mk
--- a/share/mk/bsd.lib.mk       Sat Feb 19 04:16:18 2000 +0000
+++ b/share/mk/bsd.lib.mk       Sat Feb 19 05:36:23 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.lib.mk,v 1.162 2000/01/22 19:31:01 mycroft Exp $
+#      $NetBSD: bsd.lib.mk,v 1.163 2000/02/19 05:36:23 erh Exp $
 #      @(#)bsd.lib.mk  8.3 (Berkeley) 4/22/94
 
 .if !target(__initialized__)
@@ -254,6 +254,7 @@
 .endif
 
 ALLOBJS=${OBJS} ${POBJS} ${SOBJS} ${LOBJS}
+.NOPATH: ${ALLOBJS} ${_LIBS}
 
 realall: ${SRCS} ${ALLOBJS:O} ${_LIBS}
 



Home | Main Index | Thread Index | Old Index