From 410121d8edfc8fd35cbf3739854cb69652c82ea1 Mon Sep 17 00:00:00 2001 From: Josh Tilles Date: Tue, 24 Dec 2013 15:37:59 -0500 Subject: [PATCH] =?UTF-8?q?Replace=20template=E2=80=99s=20`j1`=20with=20`d?= =?UTF-8?q?eparallelize`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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(-) diff --git a/Library/Homebrew/cmd/create.rb b/Library/Homebrew/cmd/create.rb index daca31e8ea..fa0fd86c93 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