8055191: Split GensrcProperties.gmk into separate modules
authorerikj
Thu, 16 Oct 2014 10:37:03 +0200
changeset 27000 1b34ed98dc37
parent 26999 9e3931b53fd0
child 27001 c8713652410a
8055191: Split GensrcProperties.gmk into separate modules Reviewed-by: tbell
make/MakeHelpers.gmk
--- a/make/MakeHelpers.gmk	Tue Oct 14 20:26:09 2014 -0700
+++ b/make/MakeHelpers.gmk	Thu Oct 16 10:37:03 2014 +0200
@@ -324,9 +324,10 @@
 	+($(CD) $$(dir $$(firstword $$(wildcard $$(addsuffix /$$(strip $3)/$$(strip $4)-$$(strip $1).gmk, \
 	        $(MAKE_DIR_LIST))))) \
 	    && $(MAKE) $(MAKE_ARGS) \
-	    -f $$(strip $4)-$$(strip $1).gmk \
-	    $$(addprefix -I, $$(wildcard $(MAKE_DIR_LIST) \
-	        $$(addsuffix /$$(strip $3), $(MAKE_DIR_LIST)))))
+	        -f $$(strip $4)-$$(strip $1).gmk \
+	        $$(addprefix -I, $$(wildcard $(MAKE_DIR_LIST) \
+	            $$(addsuffix /$$(strip $3), $(MAKE_DIR_LIST)))) \
+	        MODULE=$$(strip $1))
 endef
 
 ################################################################################