diff options
| author | Adam Vandenberg | 2010-05-01 14:06:23 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2010-07-03 21:48:37 -0700 |
| commit | c37294e9d322d4e19fce38cb782d1f7e7a574362 (patch) | |
| tree | 5eaae00e7a938f1c1a34e5dee8993ccfec8ee64c /Library/Contributions | |
| parent | ecb5ce103e8436bbafc4ea646bda8ea4446ffee4 (diff) | |
| download | brew-c37294e9d322d4e19fce38cb782d1f7e7a574362.tar.bz2 | |
Allow user to override temp folder with HOMEBREW_TEMP
Diffstat (limited to 'Library/Contributions')
| -rw-r--r-- | Library/Contributions/manpages/brew.1.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Library/Contributions/manpages/brew.1.md b/Library/Contributions/manpages/brew.1.md index cf4fec4a3..b5184d055 100644 --- a/Library/Contributions/manpages/brew.1.md +++ b/Library/Contributions/manpages/brew.1.md @@ -146,6 +146,15 @@ didn't include with OS X. * HOMEBREW\_DEBUG: If set, instructs Homebrew to always assume `--debug` when running commands. + * HOMEBREW\_TEMP: + If set, instructs Homebrew to use `HOMEBREW_TEMP` as the temporary folder + for building packages. This may be needed if your system temp folder and + Homebrew Prefix are on different volumes, as OS X has trouble moving + symlinks across volumes when the target does not yet exist. + + This issue typically occurs when using FileVault (or certain custom SSD + configurations.) + * HOMEBREW\_USE\_LLVM: If set, instructs Homebrew to use the LLVM front-ends to the GCC compilers. *NOTE*: Not all formulae will build correctly under LLVM. |
