Module Name:    src
Committed By:   christos
Date:           Tue May 24 22:28:56 UTC 2016

Modified Files:
        src/distrib/sets: Makefile

Log Message:
Export the variables so that they propagate via sets.subr -> make -> mkvars.mk


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 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.100 src/distrib/sets/Makefile:1.101
--- src/distrib/sets/Makefile:1.100	Sat Dec 19 17:29:23 2015
+++ src/distrib/sets/Makefile	Tue May 24 18:28:56 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.100 2015/12/19 22:29:23 christos Exp $
+#	$NetBSD: Makefile,v 1.101 2016/05/24 22:28:56 christos Exp $
 
 # Experimental RCS METALOG versioning
 # (Needs host's rcs(1) commands)
@@ -90,7 +90,7 @@ print_set_lists_base print_set_lists_x p
 list_set_lists_base list_set_lists_x list_set_lists_ext \
 list_set_files_base list_set_files_x list_set_files_ext \
 		: .PHONY
-	@${SETSENV}; rundir="${.CURDIR}"; . ./sets.subr; ${.TARGET}
+	@export ${SETSENV}; rundir="${.CURDIR}"; . ./sets.subr; ${.TARGET}
 
 #
 # METALOG MANIPULATION TARGETS

Reply via email to