summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2015-06-29 04:05:05 +0200
committerGuillem Jover <guillem@debian.org>2015-07-30 06:39:23 +0200
commitec206658f9196eed04789d551d43651383e3fbc4 (patch)
treec9cd413673d40d2d868c55ee779a69fe9b3a79c7 /man
parent6d6c0d9cb77e57a8e9cf5d09979006980ac53f57 (diff)
downloaddpkg-ec206658f9196eed04789d551d43651383e3fbc4.tar.gz
dpkg-buildpackage: Add new -J option
This option behaves in the same way as -j, except that it does not set the MAKEFLAGS environment variable, and as such it is safer to use with any package including those that are not parallel-build safe.
Diffstat (limited to 'man')
-rw-r--r--man/dpkg-buildpackage.16
1 files changed, 6 insertions, 0 deletions
diff --git a/man/dpkg-buildpackage.1 b/man/dpkg-buildpackage.1
index 4419f849f..45439670e 100644
--- a/man/dpkg-buildpackage.1
+++ b/man/dpkg-buildpackage.1
@@ -200,6 +200,12 @@ currently active processors, and as such will not get propagated to any
child process. If the number of online processors cannot be inferred then
the code will fallback to using an unlimited number.
.TP
+.BR \-J [\fIjobs\fP|\fBauto\fP]
+This option (since dpkg 1.18.2) is equivalent to the \fB\-j\fP option
+except that it does not set the \fB\%MAKEFLAGS\fP environment variable,
+and as such it is safer to use with any package including those that are
+not parallel-build safe.
+.TP
.B \-D
Check build dependencies and conflicts; abort if unsatisfied. This is the
default behavior.