|
@@ -186,7 +186,11 @@ equivalent to the
|
|
|
option of the same name (since dpkg 1.14.7).
|
|
option of the same name (since dpkg 1.14.7).
|
|
|
Will add itself to the \fB\%MAKEFLAGS\fP
|
|
Will add itself to the \fB\%MAKEFLAGS\fP
|
|
|
environment variable, which should cause all subsequent make
|
|
environment variable, which should cause all subsequent make
|
|
|
-invocations to inherit the option. Also adds \fBparallel=\fP\fIjobs\fP or
|
|
|
|
|
|
|
+invocations to inherit the option, thus forcing the parallel setting on
|
|
|
|
|
+the packaging (and possibly the upstream build system if that uses make)
|
|
|
|
|
+regardless of their support for parallel builds, which might cause build
|
|
|
|
|
+failures.
|
|
|
|
|
+Also adds \fBparallel=\fP\fIjobs\fP or
|
|
|
\fBparallel=\fP to the \fBDEB_BUILD_OPTIONS\fP environment variable which
|
|
\fBparallel=\fP to the \fBDEB_BUILD_OPTIONS\fP environment variable which
|
|
|
allows debian/rules files to use this information for their own purposes.
|
|
allows debian/rules files to use this information for their own purposes.
|
|
|
The \fB\%parallel=\fP\fIjobs\fP or \fBparallel=\fP option in
|
|
The \fB\%parallel=\fP\fIjobs\fP or \fBparallel=\fP option in
|