8074072: Race condition in build since JDK-8072842 can cause failed builds on Solaris

Reviewed-by: ihse
This commit is contained in:
Erik Joelsson 2015-03-02 14:18:05 +01:00
parent fee38a671f
commit 6de0c1df26

@ -180,6 +180,8 @@ ifeq ($(OPENJDK_TARGET_OS), solaris)
OBJECT_DIR := $(BUILDTOOLS_OUTPUTDIR)/objs/fix_empty_sec_hdr_flags, \
OUTPUT_DIR := $(BUILDTOOLS_OUTPUTDIR)/bin, \
PROGRAM := fix_empty_sec_hdr_flags))
BUILD_TOOLS_JDK += $(ADD_GNU_DEBUGLINK) $(FIX_EMPTY_SEC_HDR_FLAGS)
endif
$(BUILD_TOOLS_JDK): $(BUILD_INTERIM_JIMAGE) $(COPY_JIMAGE_SERVICE_PROVIDER)
@ -189,4 +191,3 @@ java-tools: $(BUILD_TOOLS_JDK)
all: java-tools
endif # _TOOLS_GMK