8007897: Make creates file with illegal name in Windows.
authorihse
Fri, 21 Feb 2014 13:52:39 +0100
changeset 23003 fb9b081c28e3
parent 23002 b66277a59feb
child 23004 09124a80451a
8007897: Make creates file with illegal name in Windows. Reviewed-by: tbell
jdk/make/gensrc/GensrcExceptions.gmk
--- a/jdk/make/gensrc/GensrcExceptions.gmk	Fri Feb 21 12:31:29 2014 +0100
+++ b/jdk/make/gensrc/GensrcExceptions.gmk	Fri Feb 21 13:52:39 2014 +0100
@@ -43,13 +43,13 @@
 
 ###
 
-$(GENSRC_EXCEPTIONS_DST)/_the.%: $(GENSRC_EXCEPTIONS_SRC)/%/exceptions \
+$(GENSRC_EXCEPTIONS_DST)/_the.%.marker: $(GENSRC_EXCEPTIONS_SRC)/%/exceptions \
     $(GENSRC_EXCEPTIONS_CMD) \
     $(GENSRC_EXCEPTIONS_DST)/_the.exceptions.dir
 	$(MKDIR) -p $(@D)/$*
 	SCRIPTS="$(JDK_TOPDIR)/make/scripts" NAWK="$(NAWK)" SH="$(SH)" $(SH) $(GENSRC_EXCEPTIONS_CMD) $< $(@D)/$* $(LOG_INFO)
 	$(TOUCH) $@
 
-GENSRC_EXCEPTIONS += $(foreach D,$(GENSRC_EXCEPTIONS_SRC_DIRS),$(GENSRC_EXCEPTIONS_DST)/_the.$(D))
+GENSRC_EXCEPTIONS += $(foreach D,$(GENSRC_EXCEPTIONS_SRC_DIRS),$(GENSRC_EXCEPTIONS_DST)/_the.$(D).marker)
 
 $(GENSRC_EXCEPTIONS): $(BUILD_TOOLS)