make/Main.gmk

changeset 2542
741aff26fe61
parent 2447
ef851705e3e1
child 2556
76a0f827e163
equal deleted inserted replaced
2541:834c6a13c8c8 2542:741aff26fe61
157 157
158 docs: jdk docs-only 158 docs: jdk docs-only
159 docs-only: start-make 159 docs-only: start-make
160 @$(call TargetEnter) 160 @$(call TargetEnter)
161 @($(CD) $(SRC_ROOT)/make && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk docs) 161 @($(CD) $(SRC_ROOT)/make && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk docs)
162 @$(call TargetExit)
163
164 docs-zip: docs docs-zip-only
165 docs-zip-only: start-make
166 @$(call TargetEnter)
167 @($(CD) $(SRC_ROOT)/make && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f Javadoc.gmk docs-zip)
162 @$(call TargetExit) 168 @$(call TargetExit)
163 169
164 sign-jars: jdk sign-jars-only 170 sign-jars: jdk sign-jars-only
165 sign-jars-only: start-make 171 sign-jars-only: start-make
166 @$(call TargetEnter) 172 @$(call TargetEnter)
233 clean-bootcycle-build: 239 clean-bootcycle-build:
234 $(call CleanComponent,bootcycle-build) 240 $(call CleanComponent,bootcycle-build)
235 clean-docs: 241 clean-docs:
236 $(call CleanComponent,docs) 242 $(call CleanComponent,docs)
237 $(call CleanComponent,docstemp) 243 $(call CleanComponent,docstemp)
244 clean-docs-zip:
245 $(call CleanComponent,bundles/jdk-*-docs.zip)
238 clean-test: 246 clean-test:
239 $(call CleanComponent,testoutput) 247 $(call CleanComponent,testoutput)
240 248
241 reconfigure: 249 reconfigure:
242 ifneq ($(CONFIGURE_COMMAND_LINE), ) 250 ifneq ($(CONFIGURE_COMMAND_LINE), )
244 else 252 else
245 @$(ECHO) "Re-running configure using default settings" 253 @$(ECHO) "Re-running configure using default settings"
246 endif 254 endif
247 @( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) ) 255 @( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) )
248 256
249 .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs 257 .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs docs-zip
250 .PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only test-only docs-only 258 .PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only test-only docs-only docs-zip-only
251 .PHONY: default all clean dist-clean bootcycle-images start-make 259 .PHONY: default all clean dist-clean bootcycle-images start-make
252 .PHONY: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-docs clean-test clean-overlay-images clean-bootcycle-build 260 .PHONY: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-docs clean-docs-zip clean-test clean-overlay-images clean-bootcycle-build
253 .PHONY: profiles profiles-only 261 .PHONY: profiles profiles-only
254 262
255 include $(root_dir)/make/Jprt.gmk 263 include $(root_dir)/make/Jprt.gmk
256 264
257 FRC: # Force target 265 FRC: # Force target

mercurial