A new ice build'' that's a shorthand for: null configure'' make'' #548
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
I think that the PR is important so I'm refreshing it (old: #458).
After the
configure''
ice has been added the building of programs from sources became simpler. The new icebuild''
is one step further –zinit null configure make for …
will be equivalent ofzinit build for …
. The new ice is just a "pull-in" ice, as all that it does is to pull-in the other 3 ices.null
ice pulling can be blocked withnonull
. Parameters given tobuild''
are passed to the underlyingmake''
ice.Motivation and Context
The motivation is to type-less and to have a clear way of compiling apps with zinit. With
build''
ice there's a single method of building all kinds of software, from autotools to meson. I also add a test case and update README.md.Usage examples
How Has This Been Tested?
I've been using the ice with no problems for about of 8 months with no problems, for a variety of software, like the above examples.
Types of changes
Checklist: