Skip to content

Commit

Permalink
8345590: AIX 'make all' fails after JDK-8339480
Browse files Browse the repository at this point in the history
Reviewed-by: clanger, jkern, mdoerr, lucy
  • Loading branch information
MBaesken committed Dec 13, 2024
1 parent 1d2ccae commit 266e3d0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion make/Main.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -1310,7 +1310,10 @@ endif
################################################################################

# all-images builds all our deliverables as images.
all-images: product-images static-jdk-image test-image all-docs-images
all-images: product-images test-image all-docs-images
ifeq ($(call isTargetOs, linux macosx windows), true)
all-images: static-jdk-image
endif

# all-bundles packages all our deliverables as tar.gz bundles.
all-bundles: product-bundles test-bundles docs-bundles static-libs-bundles
Expand Down

0 comments on commit 266e3d0

Please sign in to comment.