|
@@ -145,9 +145,10 @@ no specific profile. Also adds them (as a space separated list) to the
|
|
|
\fBDEB_BUILD_PROFILES\fP environment variable which allows, for example,
|
|
\fBDEB_BUILD_PROFILES\fP environment variable which allows, for example,
|
|
|
\fBdebian/rules\fP files to use this information for conditional builds.
|
|
\fBdebian/rules\fP files to use this information for conditional builds.
|
|
|
.TP
|
|
.TP
|
|
|
-.BR \-j [\fIjobs\fP]
|
|
|
|
|
-Number of jobs allowed to be run simultaneously, or unlimited number
|
|
|
|
|
-if \fIjobs\fP is not specified, equivalent to the
|
|
|
|
|
|
|
+.BR \-j [\fIjobs\fP|\fBauto\fP]
|
|
|
|
|
+Number of jobs allowed to be run simultaneously, number of jobs matching
|
|
|
|
|
+the number of online processors if \fBauto\fP is specified, or unlimited
|
|
|
|
|
+number if \fIjobs\fP is not specified, equivalent to the
|
|
|
.BR make (1)
|
|
.BR make (1)
|
|
|
option of the same name. Will add itself to the \fBMAKEFLAGS\fP
|
|
option of the same name. Will add itself to the \fBMAKEFLAGS\fP
|
|
|
environment variable, which should cause all subsequent make
|
|
environment variable, which should cause all subsequent make
|
|
@@ -157,6 +158,10 @@ allows debian/rules files to use this information for their own purposes.
|
|
|
The \fBparallel=\fP\fIjobs\fP or \fBparallel=\fP option in
|
|
The \fBparallel=\fP\fIjobs\fP or \fBparallel=\fP option in
|
|
|
\fBDEB_BUILD_OPTIONS\fP environment variable will override the \fB\-j\fP
|
|
\fBDEB_BUILD_OPTIONS\fP environment variable will override the \fB\-j\fP
|
|
|
value if this option is given.
|
|
value if this option is given.
|
|
|
|
|
+Note that the \fBauto\fP value will get replaced by the actual number of
|
|
|
|
|
+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
|
|
.TP
|
|
|
.B \-D
|
|
.B \-D
|
|
|
Check build dependencies and conflicts; abort if unsatisfied. This is the
|
|
Check build dependencies and conflicts; abort if unsatisfied. This is the
|