# HG changeset patch
# User Pierre-Yves David <pierre-yves.david@octobus.net>
# Date 1731684338 -3600
#      Fri Nov 15 16:25:38 2024 +0100
# Branch stable
# Node ID 061bd7b06608b865d1cdbb7986296a67fe6aeb34
# Parent  5565cf1e2d5e4ae18df63342d7897d0e25515782
packaging: propagate the make option to packaging target

This is useful when using --jobs for example

diff --git a/Makefile b/Makefile
--- a/Makefile
+++ b/Makefile
@@ -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