Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/sets Set $rundir before calling sets.subr as other s...



details:   https://anonhg.NetBSD.org/src/rev/e162763ac250
branches:  trunk
changeset: 749861:e162763ac250
user:      uebayasi <uebayasi%NetBSD.org@localhost>
date:      Fri Dec 11 15:25:05 2009 +0000

description:
Set $rundir before calling sets.subr as other scripts do.

diffstat:

 distrib/sets/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c1118546392d -r e162763ac250 distrib/sets/Makefile
--- a/distrib/sets/Makefile     Fri Dec 11 15:22:33 2009 +0000
+++ b/distrib/sets/Makefile     Fri Dec 11 15:25:05 2009 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.76 2009/12/10 13:29:14 uebayasi Exp $
+#      $NetBSD: Makefile,v 1.77 2009/12/11 15:25:05 uebayasi Exp $
 
 # The `all' target must appear before bsd.own.mk is pulled in.
 all:
@@ -69,7 +69,7 @@
        @echo "${TOOLCHAIN_MISSING}"
 
 print_mkvars: .PHONY
-       @env SETS_SUBR_DEBUG=dumpmkvars ${HOST_SH} sets.subr
+       @env SETS_SUBR_DEBUG=dumpmkvars rundir="${.CURDIR}" ${HOST_SH} sets.subr
 
 #
 # METALOG MANIPULATION TARGETS



Home | Main Index | Thread Index | Old Index