File tree Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Expand file tree Collapse file tree 2 files changed +6
-27
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 2222# or visit www.oracle.com if you need additional information or have any
2323# questions.
2424#
25+ # ===========================================================================
26+ # (c) Copyright IBM Corp. 2021, 2025 All Rights Reserved
27+ # ===========================================================================
2528
2629include MakeFileStart.gmk
2730
@@ -224,7 +227,9 @@ JDK_TARGETS += $(JDK_IMAGE_DIR)/lib/src.zip
224227################################################################################
225228# /demo dir
226229# Avoid doing the expensive find unless called with "jdk" as target.
227- ifneq ($(filter jdk, $(MAKECMDGOALS)), )
230+ ifeq ($(OPENJ9_ENABLE_DEMOS), false)
231+ # demos are unwanted
232+ else ifneq ($(filter jdk, $(MAKECMDGOALS)), )
228233
229234 DEMO_FILES := \
230235 $(if $(wildcard $(SUPPORT_OUTPUTDIR)/demos/image), \
You can’t perform that action at this time.
0 commit comments