< prev index next >

make/TestImage.gmk

Print this page

        

*** 28,38 **** include $(SPEC) include MakeBase.gmk ############################################################################ ! ifeq ($(OPENJDK_TARGET_OS), windows) FIXPATH_COPY := $(TEST_IMAGE_DIR)/bin/fixpath.exe $(FIXPATH_COPY): $(firstword $(FIXPATH)) $(call install-file) endif --- 28,38 ---- include $(SPEC) include MakeBase.gmk ############################################################################ ! ifeq ($(call isTargetOs, windows), true) FIXPATH_COPY := $(TEST_IMAGE_DIR)/bin/fixpath.exe $(FIXPATH_COPY): $(firstword $(FIXPATH)) $(call install-file) endif
< prev index next >