Skip to content

Commit

Permalink
Merge pull request #865 from keithc-ca/ddr_jpp
Browse files Browse the repository at this point in the history
Allow use of conditional code in DDR tools
  • Loading branch information
pshipton authored Feb 6, 2025
2 parents a16320b + 8a5dd82 commit 603ab5f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions closed/DDR.gmk
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ===========================================================================
# (c) Copyright IBM Corp. 2018, 2022 All Rights Reserved
# (c) Copyright IBM Corp. 2018, 2025 All Rights Reserved
# ===========================================================================
# This code is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License version 2 only, as
Expand Down Expand Up @@ -43,7 +43,7 @@ include $(TOPDIR)/make/common/JavaCompilation.gmk
include $(TOPDIR)/make/common/SetupJavaCompilers.gmk

# The main source directory.
DDR_VM_SRC_ROOT := $(OPENJ9_TOPDIR)/debugtools/DDR_VM/src
DDR_VM_SRC_ROOT := $(J9JCL_SOURCES_DIR)/openj9.dtfj/share/classes

# The top-level directory for intermediate artifacts.
DDR_SUPPORT_DIR := $(SUPPORT_OUTPUTDIR)/ddr
Expand Down Expand Up @@ -170,7 +170,7 @@ $(eval $(call SetupJavaCompilation,BUILD_J9DDR_TEST_CLASSES, \
--system none, \
BIN := $(DDR_TEST_BIN), \
CLASSPATH := $(DDR_CLASSES_BIN), \
SRC := $(J9JCL_SOURCES_DIR)/openj9.dtfj/share/classes \
SRC := $(DDR_VM_SRC_ROOT) \
))

.PHONY : compile_check
Expand Down

0 comments on commit 603ab5f

Please sign in to comment.