packaging: propagate the make option to packaging target stable
authorPierre-Yves David <pierre-yves.david@octobus.net>
Fri, 15 Nov 2024 16:25:38 +0100
branchstable
changeset 52262 061bd7b06608
parent 52261 5565cf1e2d5e
child 52263 391ddc987902
packaging: propagate the make option to packaging target This is useful when using --jobs for example
Makefile
--- a/Makefile	Fri Nov 15 16:24:39 2024 +0100
+++ b/Makefile	Fri Nov 15 16:25:38 2024 +0100
@@ -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