From 7c6cbbda44aae0d361587649f1fa8d9bd8616e18 Mon Sep 17 00:00:00 2001 From: erikj Date: Fri, 4 Jan 2013 16:56:37 +0100 Subject: [PATCH] 8005692: build-infra: Target "all" should do the right thing Reviewed-by: tbell --- common/makefiles/Main.gmk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/common/makefiles/Main.gmk b/common/makefiles/Main.gmk index 801c986..c96747f 100644 --- a/common/makefiles/Main.gmk +++ b/common/makefiles/Main.gmk @@ -71,6 +71,10 @@ default: jdk all: images docs @$(call CheckIfMakeAtEnd) +ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64) + all: overlay-images +endif + start-make: @$(call AtMakeStart) -- GitLab