Skip to content

Commit

Permalink
Move ddrgen step after building VM
Browse files Browse the repository at this point in the history
Move the run ddrgen step outside of the building VM step in order to
resolve DDR dependencies better.

Signed-off-by: mikezhang <[email protected]>
  • Loading branch information
mikezhang1234567890 committed Aug 9, 2018
1 parent 1523b9c commit 54c66dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,9 @@ OPENJ9_VM_FILES := \
#

ifeq (true,$(OPENJ9_ENABLE_DDR))
$(OUTPUT_ROOT)/vm/j9ddr.dat :
$(MAKE) -C $(OUTPUT_ROOT)/vm/ddr -f run_omrddrgen.mk VERSION_MAJOR=8 OPENJDK_VERSION_NUMBER_FOUR_POSITIONS=$(VERSION_NUMBER_FOUR_POSITIONS) \
CC="$(CC)" CXX="$(CXX)" $(EXPORT_MSVS_ENV_VARS)
OPENJ9_VM_FILES += j9ddr.dat
endif

Expand Down

0 comments on commit 54c66dc

Please sign in to comment.