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

Remove OSSILE dependency and build with make #7

Closed
wants to merge 2 commits into from

Conversation

worksofliam
Copy link

I am not expecting this to get merged, but this PR includes the following changes:

  • Removes the OSSILE dependency and builds MESSAGES & ARRAYLIST as part of the build. (Remove dependency on OSSILE #4 )
  • Includes makefile to replace build shell script. The makefile can build both the application and tests. (Create a build script #5)
  • The RPG sources are now built from the IFS.

Thanks!
Liam

@MarinaSchwenk
Copy link
Owner

Liam,
Can you break this out? Removing the dependency and adding the make file separate?
Also two other notes, we would like to leave the build file as an option and we support all the way back to v7r1. I noticed the make file only went back to v7r2.
Thank you for your help!
Marina

@worksofliam
Copy link
Author

Hi @MarinaSchwenk

make would allow you to build back to 7.1, but 7.2 is the default (as you saw).

gmake would build with 7.2 as the target.
gmake TARGET=V7R1M0 would build with 7.1 as the target.

Liam

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants