Module Name: src
Committed By: uebayasi
Date: Fri Dec 11 15:25:05 UTC 2009
Modified Files:
src/distrib/sets: Makefile
Log Message:
Set $rundir before calling sets.subr as other scripts do.
To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 src/distrib/sets/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/distrib/sets/Makefile
diff -u src/distrib/sets/Makefile:1.76 src/distrib/sets/Makefile:1.77
--- src/distrib/sets/Makefile:1.76 Thu Dec 10 13:29:14 2009
+++ src/distrib/sets/Makefile Fri Dec 11 15:25:05 2009
@@ -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