Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/sets Don't require '.' in PATH for sets.default
details: https://anonhg.NetBSD.org/src/rev/27febe6c0a20
branches: trunk
changeset: 556561:27febe6c0a20
user: dsl <dsl%NetBSD.org@localhost>
date: Sat Dec 20 17:08:32 2003 +0000
description:
Don't require '.' in PATH for sets.default
diffstat:
distrib/sets/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 366a4b069dc1 -r 27febe6c0a20 distrib/sets/Makefile
--- a/distrib/sets/Makefile Sat Dec 20 16:22:14 2003 +0000
+++ b/distrib/sets/Makefile Sat Dec 20 17:08:32 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2003/12/19 22:25:53 jmc Exp $
+# $NetBSD: Makefile,v 1.34 2003/12/20 17:08:32 dsl Exp $
# The `all' target must appear before bsd.own.mk is pulled in.
all:
@@ -14,7 +14,7 @@
MKTEMP=${TOOL_MKTEMP:Q} PAX=${TOOL_PAX:Q}
.if !defined(MAKETARSETS)
-MAKETARSETS!= ${SETSENV} ${HOST_SH} -c '. sets.defaults; echo $${lists}'
+MAKETARSETS!= ${SETSENV} ${HOST_SH} -c '. ${.CURDIR}/sets.defaults; echo $${lists}'
.endif
print_have_gcc3:
Home |
Main Index |
Thread Index |
Old Index