< prev index next >

make/hotspot/test/GtestImage.gmk

Print this page
rev 59102 : imported patch build

*** 54,69 **** $(eval TARGETS += $$(COPY_GTEST_PDB_$v)) \ ) \ ) endif - ifeq ($(call isTargetOs, solaris), true) - $(foreach v, $(JVM_VARIANTS), \ - $(eval $(call SetupCopyFiles, COPY_GTEST_STLPORT_$v, \ - DEST := $(TEST_IMAGE_DIR)/hotspot/gtest/$v, \ - FILES := $(STLPORT_LIB), \ - )) \ - $(eval TARGETS += $$(COPY_GTEST_STLPORT_$v)) \ - ) - endif - all: $(TARGETS) --- 54,59 ----
< prev index next >