# HG changeset patch # User erikj # Date 1357314997 -3600 # Node ID 9263657c2756a4d18589688529c640a116669c26 # Parent 39194e004adebfa3fc706827240531edb8713cf6 8005692: build-infra: Target "all" should do the right thing Reviewed-by: tbell diff -r 39194e004ade -r 9263657c2756 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)