diff Makefile @ 52262:061bd7b06608 stable

packaging: propagate the make option to packaging target This is useful when using --jobs for example
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 15 Nov 2024 16:25:38 +0100
parents 87bfd1703597
children c1a3e388b0e4
line wrap: on
line diff
--- 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