Skip to content

Commit

Permalink
Merge pull request #55 from pshipton/prodsuffix
Browse files Browse the repository at this point in the history
Include PRODUCT_SUFFIX in J9PRODUCT_NAME
  • Loading branch information
keithc-ca authored Dec 12, 2022
2 parents 84975be + 76d847e commit d78ba96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions closed/OpenJ9.gmk
Original file line number Diff line number Diff line change
Expand Up @@ -325,6 +325,7 @@ OPENJ9_VERSION_VARS := \
OPENJDK_TARGET_CPU_OSARCH \
OPENJDK_TARGET_OS \
PRODUCT_NAME \
PRODUCT_SUFFIX \
USERNAME \
VERSION_STRING \
#
Expand Down
4 changes: 2 additions & 2 deletions closed/openj9_version_info.h.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* ===========================================================================
* (c) Copyright IBM Corp. 2017, 2020 All Rights Reserved
* (c) Copyright IBM Corp. 2017, 2022 All Rights Reserved
* ===========================================================================
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,7 +25,7 @@
#define OPENJ9_VERSION_INFO_H

#define J9COMPILER_VERSION_STRING "@COMPILER_VERSION_STRING@"
#define J9PRODUCT_NAME "@PRODUCT_NAME@"
#define J9PRODUCT_NAME "@PRODUCT_NAME@ @PRODUCT_SUFFIX@"
#define J9TARGET_CPU_BITS "@OPENJDK_TARGET_CPU_BITS@"
#define J9TARGET_CPU_OSARCH "@OPENJDK_TARGET_CPU_OSARCH@"
#define J9TARGET_OS "@OPENJDK_TARGET_OS@"
Expand Down

0 comments on commit d78ba96

Please sign in to comment.