8005692: build-infra: Target "all" should do the right thing

Fri, 04 Jan 2013 16:56:37 +0100

author
erikj
date
Fri, 04 Jan 2013 16:56:37 +0100
changeset 566
9263657c2756
parent 565
39194e004ade
child 567
c874a8a27933

8005692: build-infra: Target "all" should do the right thing
Reviewed-by: tbell

common/makefiles/Main.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/common/makefiles/Main.gmk	Fri Jan 04 11:31:00 2013 +0100
     1.2 +++ b/common/makefiles/Main.gmk	Fri Jan 04 16:56:37 2013 +0100
     1.3 @@ -71,6 +71,10 @@
     1.4  all: images docs
     1.5  	@$(call CheckIfMakeAtEnd)
     1.6  
     1.7 +ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
     1.8 +  all: overlay-images
     1.9 +endif
    1.10 +
    1.11  start-make:
    1.12  	@$(call AtMakeStart)
    1.13  

mercurial