OpenJDK / ppc-aix-port / stage-9
comparison common/makefiles/Main.gmk @ 507:0e1b5886b06c
Added tag jdk8-b65 for changeset b772de306dc2
author | katleman |
---|---|
date | Thu, 15 Nov 2012 15:38:33 -0800 |
parents | e64f2cb57d05 |
children | 6ff2e1280dc3 |
comparison
equal
deleted
inserted
replaced
0:465f13c9ae6e | 1:ff9637215644 |
---|---|
92 jaxws-only: start-make | 92 jaxws-only: start-make |
93 @$(call TargetEnter) | 93 @$(call TargetEnter) |
94 @($(CD) $(JAXWS_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJaxws.gmk) | 94 @($(CD) $(JAXWS_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJaxws.gmk) |
95 @$(call TargetExit) | 95 @$(call TargetExit) |
96 | 96 |
97 ifeq ($(BUILD_HOTSPOT),true) | |
97 hotspot: hotspot-only | 98 hotspot: hotspot-only |
98 hotspot-only: start-make | 99 hotspot-only: start-make |
99 @$(call TargetEnter) | 100 @$(call TargetEnter) |
100 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f HotspotWrapper.gmk) | 101 @($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f HotspotWrapper.gmk) |
101 @$(call TargetExit) | 102 @$(call TargetExit) |
103 endif | |
102 | 104 |
103 jdk: langtools hotspot corba jaxp jaxws jdk-only | 105 jdk: langtools hotspot corba jaxp jaxws jdk-only |
104 jdk-only: start-make | 106 jdk-only: start-make |
105 @$(call TargetEnter) | 107 @$(call TargetEnter) |
106 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk $(JDK_TARGET)) | 108 @($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk $(JDK_TARGET)) |