make/Main.gmk

changeset 2438
f4b08401e50d
parent 2316
64a3eeabf6e5
parent 2420
0bbd2bf737bf
child 2458
daa47f8cf745
equal deleted inserted replaced
2412:0cafacf400c9 2438:f4b08401e50d
236 ifneq ($(CONFIGURE_COMMAND_LINE), ) 236 ifneq ($(CONFIGURE_COMMAND_LINE), )
237 @$(ECHO) "Re-running configure using arguments '$(CONFIGURE_COMMAND_LINE)'" 237 @$(ECHO) "Re-running configure using arguments '$(CONFIGURE_COMMAND_LINE)'"
238 else 238 else
239 @$(ECHO) "Re-running configure using default settings" 239 @$(ECHO) "Re-running configure using default settings"
240 endif 240 endif
241 @( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure "$(CONFIGURE_COMMAND_LINE)" ) 241 @( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) )
242 242
243 .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs 243 .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs
244 .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 244 .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
245 .PHONY: default all clean dist-clean bootcycle-images start-make 245 .PHONY: default all clean dist-clean bootcycle-images start-make
246 .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 246 .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

mercurial