[Groonga-commit] groonga/heroku-groonga-builder at 399020d [master] Use 'make' instad of 'make -j4'

Back to archive index

Ryo Sugimoto null+****@clear*****
Mon May 23 09:46:04 JST 2016


Ryo Sugimoto	2016-05-23 09:46:04 +0900 (Mon, 23 May 2016)

  New Revision: 399020da47a04075fb410c25044b92998cca424d
  https://github.com/groonga/heroku-groonga-builder/commit/399020da47a04075fb410c25044b92998cca424d

  Message:
    Use 'make' instad of 'make -j4'

  Modified files:
    Rakefile

  Modified: Rakefile (+1 -1)
===================================================================
--- Rakefile    2016-04-29 09:54:25 +0900 (d7bf1cf)
+++ Rakefile    2016-05-23 09:46:04 +0900 (cfcfa0f)
@@ -198,7 +198,7 @@ class GroongaBuilder
          "--with-lz4",
          "--enable-mruby",
          *configure_args)
-      sh("make", "-j4")
+      sh("make")
       sh("make", "install")
     end
   end
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index