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

Revise build to completely install each package #1558

Closed
ashiklom opened this issue Jul 31, 2017 · 1 comment
Closed

Revise build to completely install each package #1558

ashiklom opened this issue Jul 31, 2017 · 1 comment
Assignees

Comments

@ashiklom
Copy link
Member

Description

Currently, a command like make document install will run document on every package, and then run install for every package. What it should do is document and install one package, then document and install the next package, etc.

Context

This should resolve some of the dependency issues we're currently encountering with package installations.

Possible Implementation

One option is to merge the document and install features into a single command that is modulated instead by environment variables. For instance, the default command could be something like make build that would document and install each package, and the equivalent to make document could be something like NODOC=true make build.

@ashiklom
Copy link
Member Author

Closed by #1598

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

No branches or pull requests

1 participant