From 38643554bf86b8d1b63632e37d9865bd33891a4b Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 4 Mar 2010 15:36:41 -0500 Subject: [PATCH] add parallel option --- dh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/dh b/dh index 2b60be5..bcac8da 100755 --- a/dh +++ b/dh @@ -207,6 +207,13 @@ in a subdirectory, which will be removed on clean. %: dh $@ --builddirectory=build +If your package can be built in parallel, you can support parallel building +as follows. Then I will work. + + #!/usr/bin/make -f + %: + dh $@ --parallel + Finally, here is a way to prevent dh from running several commands that you don't want it to run, by defining empty override targets for each command. -- 2.39.2