Skip to content

Commit

Permalink
Additional changes for z/OS build
Browse files Browse the repository at this point in the history
  • Loading branch information
groeges committed May 4, 2018
1 parent 724acb5 commit 61be8d8
Show file tree
Hide file tree
Showing 22 changed files with 1,375 additions and 43 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ make/data/lsrdata/language-subtag-registry.txt git-encoding=iso8859-1 working-tr
*.png git-encoding=BINARY working-tree-encoding=BINARY
*.gif git-encoding=BINARY working-tree-encoding=BINARY
*.zip git-encoding=BINARY working-tree-encoding=BINARY
*.icu git-encoding=BINARY working-tree-encoding=BINARY
12 changes: 11 additions & 1 deletion closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ endif
generate-j9jcl-sources \
run-preprocessors-j9 \
stage-j9 \
test-stage-j9 \
stage-openj9-tools \
build-openj9-tools \
#
Expand Down Expand Up @@ -320,7 +321,8 @@ build-openj9-tools : stage-openj9-tools
BOOT_JDK=$(BOOT_JDK) JAVA_HOME=$(BOOT_JDK) lib/jpp.jar \
)

stage-j9 : stage-openj9-tools
STAGE_J9_DONEFILE := $(OUTPUTDIR)/vm/stage-j9.done
$(STAGE_J9_DONEFILE):
@$(ECHO) Staging OpenJ9 debugtools in $(OUTPUTDIR)/vm
$(call openj9_copy_tree,$(OUTPUTDIR)/vm/debugtools,$(OPENJ9_TOPDIR)/debugtools)

Expand All @@ -333,6 +335,14 @@ stage-j9 : stage-openj9-tools
@$(ECHO) Staging OpenJ9 OMR in $(OUTPUTDIR)/vm
$(call openj9_copy_tree,$(OUTPUTDIR)/vm/omr,$(OPENJ9OMR_TOPDIR))

@$(TOUCH) $@

stage-j9 : \
$(OPENJ9_STAGED_BUILDSPECS) \
stage-openj9-tools \
$(STAGE_J9_DONEFILE)
@$(ECHO) YYYYYYYY Staging OpenJ9 debugtools in $(OUTPUTDIR)/vm

OPENJ9_VERSION_VARS := \
COMPILER_VERSION_STRING \
J9JDK_EXT_NAME \
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 61be8d8

Please sign in to comment.