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

added make-options #8

Closed
wants to merge 3 commits into from
Closed

Conversation

mnjagadeesh
Copy link

Added feature to add option to make.
additional options can be passed line

make-options = -j4

@dataflake
Copy link
Member

I suggest the following improvements:

  • when the recipe runs it should print out the make options, just like configure options are printed. Then you could add a test as well.
  • you should add a simple example to the toplevel README.rst

@dataflake dataflake linked an issue Dec 16, 2021 that may be closed by this pull request
@dataflake
Copy link
Member

P.S.: Please visit https://www.zope.org/developer/becoming-a-committer.html to find out how to become an official contributor so your changes can be accepted.

@dataflake
Copy link
Member

The tests are failing and don't forget to follow the instructions at https://www.zope.org/developer/becoming-a-committer.html, otherwise we cannot merge your patches.

@dataflake
Copy link
Member

Feel free to re-open when you have signed the contributor agreement and fixed the failing tests.

@dataflake dataflake closed this Mar 11, 2022
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.

Question: provide -j to make
2 participants