8008774: nashorn missing from dependencies after merge with tl

Fri, 22 Feb 2013 22:58:48 -0400

author
jlaskey
date
Fri, 22 Feb 2013 22:58:48 -0400
changeset 884
528a9984198f
parent 883
e877cb3eb4d6
child 885
13ddc5c3ebfc

8008774: nashorn missing from dependencies after merge with tl
Reviewed-by: jjh
Contributed-by: james.laskey@oracle.com

common/makefiles/Main.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/Main.gmk	Fri Feb 22 13:09:37 2013 -0400
     1.2 +++ b/common/makefiles/Main.gmk	Fri Feb 22 22:58:48 2013 -0400
     1.3 @@ -137,7 +137,7 @@
     1.4  
     1.5  # Note: This double-colon rule is intentional, to support
     1.6  # custom make file integration.
     1.7 -images:: source-tips demos images-only
     1.8 +images:: source-tips demos nashorn images-only
     1.9  images-only: start-make
    1.10  	@$(call TargetEnter)
    1.11  	@($(CD) $(JDK_TOPDIR)/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) $(MAKE_ARGS) -f BuildJdk.gmk images)
    1.12 @@ -241,8 +241,8 @@
    1.13  	$(call CleanComponent,docs)
    1.14  	$(call CleanComponent,docstemp)
    1.15  
    1.16 -.PHONY: langtools corba jaxp jaxws hotspot jdk images overlay-images install
    1.17 -.PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only images-only overlay-images-only install-only
    1.18 +.PHONY: langtools corba jaxp jaxws hotspot jdk nashorn images overlay-images install
    1.19 +.PHONY: langtools-only corba-only jaxp-only jaxws-only hotspot-only jdk-only nashorn-only images-only overlay-images-only install-only
    1.20  .PHONY: all test clean dist-clean bootcycle-images start-make
    1.21  .PHONY: clean-langtools clean-corba clean-jaxp clean-jaxws clean-hotspot clean-jdk clean-nashorn clean-images clean-overlay-images clean-bootcycle-build
    1.22  .PHONY: profiles profiles-only profiles-oscheck

mercurial