common/makefiles/Main.gmk

changeset 710
e2eb6bc06621
parent 684
4c13b7994f38
child 728
db3144e1f89b
child 894
1fca390200c1
     1.1 --- a/common/makefiles/Main.gmk	Tue Apr 30 17:41:10 2013 -0700
     1.2 +++ b/common/makefiles/Main.gmk	Wed May 08 21:42:32 2013 -0700
     1.3 @@ -240,10 +240,10 @@
     1.4  clean-test:
     1.5  	$(call CleanComponent,testoutput)
     1.6  
     1.7 -.PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install
     1.8 -.PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only
     1.9 -.PHONY: all test clean dist-clean bootcycle-images start-make
    1.10 -.PHONY: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-overlay-images clean-bootcycle-build
    1.11 +.PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install test docs
    1.12 +.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
    1.13 +.PHONY: all clean dist-clean bootcycle-images start-make
    1.14 +.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
    1.15  .PHONY: profiles profiles-only profiles-oscheck
    1.16  
    1.17  FRC: # Force target

mercurial