common/makefiles/Main.gmk

changeset 566
9263657c2756
parent 563
348a881c6da0
child 609
339e4df096a2
child 617
7817368287cd
child 624
7ed0c9db6943
child 877
3dc55f0c1b6f
     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