From 410121d8edfc8fd35cbf3739854cb69652c82ea1 Mon Sep 17 00:00:00 2001 From: Josh Tilles Date: Tue, 24 Dec 2013 15:37:59 -0500 Subject: 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 Homebrew/homebrew#25431. Signed-off-by: Jack Nagel --- Library/Homebrew/cmd/create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3