diff options
| author | Josh Tilles | 2013-12-24 15:37:59 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-12-27 16:58:55 -0600 |
| commit | 67afe0b600717b46d90f4de8e34b1082659a6ed8 (patch) | |
| tree | 95149c17730fc40ff31c1baa4a4425fbdad5292e /Library/Homebrew/cmd | |
| parent | 1d04e600a9b33a397a5783ed8ed751e234b2edf6 (diff) | |
| download | homebrew-67afe0b600717b46d90f4de8e34b1082659a6ed8.tar.bz2 | |
Replace template’s `j1` with `deparallelize`
Solely because I think `ENV.deparallelize` is *way* clearer than
`ENV.j1`, at least to the uninitiated.
Also, updating the template will reduce the number of `ENV.j1`s that
persist because the Homebrew maintainers want clean histories of
formulae. Ideally, this change should prevent any more cases from being
introduced!
Closes #25431.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index daca31e8e..fa0fd86c9 100644 --- a/Library/Homebrew/cmd/create.rb +++ b/Library/Homebrew/cmd/create.rb @@ -137,7 +137,7 @@ class FormulaCreator depends_on :x11 # if your formula requires any X11/XQuartz components def install - # ENV.j1 # if your formula's build system can't parallelize + # ENV.deparallelize # if your formula fails when building in parallel <% if mode == :cmake %> system "cmake", ".", *std_cmake_args |
