From f0cb8a939a7dac0959d9f2343a5d56c446f0292a Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 7 Jan 2016 20:20:20 +0800 Subject: remove -j4 for core makefile --- core/makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/core/makefile b/core/makefile index 2a66050bf..7a774c1ef 100755 --- a/core/makefile +++ b/core/makefile @@ -43,7 +43,6 @@ all : .null # make rebuild rebuild : .null @$(MAKE) c - $(if $(findstring msys,$(HOST)),,-@$(MAKE) -j4) @$(MAKE) @$(MAKE) i -- cgit v1.3.1