Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparations for use of ddrgen #2214

Merged
merged 1 commit into from
Jan 15, 2018
Merged

Conversation

keithc-ca
Copy link
Contributor

Preparations for use of ddrgen in support of openj9#378

  • correct references to getmacros script
  • add missing ddr_namespace annotations
  • use J9HASH_TABLE_AVL_TREE_TAG_BIT instead of hard-coded constant
  • ignore objs directory

In support of openj9#378

* correct references to getmacros script
* add missing ddr_namespace annotations
* use J9HASH_TABLE_AVL_TREE_TAG_BIT instead of hard-coded constant
* ignore objs directory

Signed-off-by: Keith W. Campbell <[email protected]>
@fjeremic
Copy link
Contributor

Cross linking the OpenJ9 issue eclipse-openj9/openj9#378.


all: check-vars
./tools/ddrgen/src/macros/getMacros.sh $(abs_srcroot)
bash $(top_srcdir)/ddr/tools/getmacros $(abs_srcroot)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should we be relying on bash? Can we not just use sh? I know there are sometimes issues with bash on AIX and zOS.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

getmacros begins with

#!/bin/bash

and I think it does depend on features in bash that are not in sh.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

makes sense then to use bash

@charliegracie charliegracie merged commit 2d35a46 into eclipse-omr:master Jan 15, 2018
@keithc-ca keithc-ca deleted the ddr-prep branch January 15, 2018 16:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants