Skip to content
Snippets Groups Projects
Commit 061bd7b06608 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

packaging: propagate the make option to packaging target

This is useful when using --jobs for example
parent 5565cf1e2d5e
No related branches found
No related tags found
2 merge requests!1100Merge stable into default,!1084wheel: add a target for musl linux and other nightly build improvement.
......@@ -231,7 +231,7 @@
# Forward packaging targets for convenience.
$(packaging_targets):
$(MAKE) -C contrib/packaging $@
$(MAKE) -C contrib/packaging $(MAKEFLAGS) $@
osx:
rm -rf build/mercurial
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment