mirror of
https://github.com/darlinghq/darling-openjdk.git
synced 2024-11-27 14:20:27 +00:00
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
|
||||
@$(call CheckIfMakeAtEnd)
|
||||
|
||||
ifeq ($(OPENJDK_TARGET_OS)-$(OPENJDK_TARGET_CPU_BITS),solaris-64)
|
||||
all: overlay-images
|
||||
endif
|
||||
|
||||
start-make:
|
||||
@$(call AtMakeStart)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user