8005692: build-infra: Target "all" should do the right thing
authorerikj
Fri, 04 Jan 2013 16:56:37 +0100
changeset 15060 b735cc083a72
parent 15059 4131faaca93d
child 15061 9c6c6c6628cf
8005692: build-infra: Target "all" should do the right thing Reviewed-by: tbell
common/makefiles/Main.gmk
--- a/common/makefiles/Main.gmk	Fri Jan 04 11:31:00 2013 +0100
+++ b/common/makefiles/Main.gmk	Fri Jan 04 16:56:37 2013 +0100
@@ -71,6 +71,10 @@
 all: images docs
 	@$(call CheckIfMakeAtEnd)
 
+ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
+  all: overlay-images
+endif
+
 start-make:
 	@$(call AtMakeStart)