summaryrefslogtreecommitdiff
path: root/dh
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-10-29 16:12:57 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-10-29 16:12:57 -0400
commit7e35f3cf73dd5c6e4c8848217e33e2c6c8e00ed4 (patch)
tree5163d7a1610416ca018201e0003e420b382c8b17 /dh
parent3c3ebf1ba6a7e93f7fb66d375ca8c1106d99af2c (diff)
implement the other option: parallel enabled implicitly by DEB_BUILD_OPTIONS
I renamed --parallel to --max-parallel to clarify that it doesn't enable parallelism, but only controls how much of it is allowed.
Diffstat (limited to 'dh')
-rwxr-xr-xdh6
1 files changed, 3 insertions, 3 deletions
diff --git a/dh b/dh
index 0ecfe442..bd82d44b 100755
--- a/dh
+++ b/dh
@@ -225,9 +225,9 @@ init(options => {
});
inhibit_log();
-# If make was using a jobserver, but it is not available, clean out
-# MAKEFLAGS so that further make invocations can start a new job
-# server.
+# If make is using a jobserver, but it is not available
+# to this process, clean out MAKEFLAGS. This avoids
+# ugly warnings when calling make.
if (is_make_jobserver_unavailable()) {
clean_jobserver_makeflags();
}