diff -r 4131faaca93d -r b735cc083a72 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)