changeset 611:9263657c2756

8005692: build-infra: Target "all" should do the right thing Reviewed-by: tbell
author erikj
date Fri, 04 Jan 2013 16:56:37 +0100
parents 39194e004ade
children c874a8a27933
files common/makefiles/Main.gmk
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)