OpenJDK / jdk-updates / jdk12u
changeset 27000:1b34ed98dc37
8055191: Split GensrcProperties.gmk into separate modules
Reviewed-by: tbell
author | erikj |
---|---|
date | Thu, 16 Oct 2014 10:37:03 +0200 |
parents | 9e3931b53fd0 |
children | c8713652410a |
files | make/MakeHelpers.gmk |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 ################################################################################