8005692: build-infra: Target "all" should do the right thing
Reviewed-by: tbell
This commit is contained in:
parent
a393578bcc
commit
839f973de6
@ -71,6 +71,10 @@ default: jdk
|
|||||||
all: images docs
|
all: images docs
|
||||||
@$(call CheckIfMakeAtEnd)
|
@$(call CheckIfMakeAtEnd)
|
||||||
|
|
||||||
|
ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
|
||||||
|
all: overlay-images
|
||||||
|
endif
|
||||||
|
|
||||||
start-make:
|
start-make:
|
||||||
@$(call AtMakeStart)
|
@$(call AtMakeStart)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user