8005692: build-infra: Target "all" should do the right thing

Reviewed-by: tbell
This commit is contained in:
Erik Joelsson 2013-01-04 16:56:37 +01:00
parent a393578bcc
commit 839f973de6

View File

@ -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)