make/Main.gmk

changeset 2438
f4b08401e50d
parent 2316
64a3eeabf6e5
parent 2420
0bbd2bf737bf
child 2458
daa47f8cf745
     1.1 --- a/make/Main.gmk	Thu Sep 05 18:40:51 2019 +0800
     1.2 +++ b/make/Main.gmk	Thu Sep 05 18:49:45 2019 +0800
     1.3 @@ -238,7 +238,7 @@
     1.4          else
     1.5  	  @$(ECHO) "Re-running configure using default settings"
     1.6          endif
     1.7 -	@( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure "$(CONFIGURE_COMMAND_LINE)" )
     1.8 +	@( cd $(OUTPUT_ROOT) && $(BASH) $(TOPDIR)/configure $(CONFIGURE_COMMAND_LINE) )
     1.9  
    1.10  .PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs
    1.11  .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

mercurial