aboutsummaryrefslogtreecommitdiffstats
path: root/share/man/man1
diff options
context:
space:
mode:
authorJack Nagel2011-07-26 00:01:22 -0500
committerJack Nagel2011-08-24 17:14:23 -0500
commitd5f7594748b4510d7c6ab0ea8c08c4ed9f249a85 (patch)
treec4320fba63c5eac9f953aeceb1cde4433c2be120 /share/man/man1
parent94abb42567f6eaf49326ec9c3598d8c652ce69da (diff)
downloadbrew-d5f7594748b4510d7c6ab0ea8c08c4ed9f249a85.tar.bz2
ENV: allow a user-configurable number of make jobs
Let an environment variable, HOMEBREW_MAKE_JOBS, override the default '-j<cores>' make flag. Now we can more easily debug formula that normally build in parallel, or (potentially) speed up lengthy builds.
Diffstat (limited to 'share/man/man1')
-rw-r--r--share/man/man1/brew.19
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man1/brew.1 b/share/man/man1/brew.1
index 896e74105..3b6a9ef84 100644
--- a/share/man/man1/brew.1
+++ b/share/man/man1/brew.1
@@ -1,7 +1,7 @@
.\" generated with Ronn/v0.7.3
.\" http://github.com/rtomayko/ronn/tree/0.7.3
.
-.TH "BREW" "1" "June 2011" "Homebrew" "brew"
+.TH "BREW" "1" "July 2011" "Homebrew" "brew"
.
.SH "NAME"
\fBbrew\fR \- The missing package manager for OS X
@@ -351,6 +351,13 @@ HOMEBREW_KEEP_INFO
If set, Homebrew will not remove files from \fBshare/info\fR, allowing them to be linked from the Cellar\.
.
.TP
+HOMEBREW_MAKE_JOBS
+If set, instructs Homebrew to use the value of \fBHOMEBREW_MAKE_JOBS\fR as the number of parallel jobs to run when building with \fBmake\fR(1)\.
+.
+.IP
+\fIDefault:\fR the number of available CPU cores\.
+.
+.TP
HOMEBREW_SVN
When exporting from Subversion, Homebrew will use \fBHOMEBREW_SVN\fR if set, a Homebrew\-built Subversion if installed, or the system\-provided binary\.
.