From 5bd1a0f88708a9028c2c12427dbee42ae855fbed Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Thu, 8 Sep 2011 01:35:52 +0000 Subject: [PATCH] build: add -j6 to our build scripts' "make" invocations. --- build-linux | 2 +- build-mingw | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-linux b/build-linux index 2ec189c8..35fded75 100755 --- a/build-linux +++ b/build-linux @@ -7,5 +7,5 @@ set -ex ./bootstrap ./configure make clean -make +make -j6 diff --git a/build-mingw b/build-mingw index 5e7e493a..759d21f4 100755 --- a/build-mingw +++ b/build-mingw @@ -71,5 +71,5 @@ fi ./configure $HOSTFLAGS $BUILDFLAGS \ CPPFLAGS="$CPPFLAGS" LDFLAGS="$LDFLAGS" \ GTK_LIBS="$GTK_LIBS" LOL_LIBS="$LOL_LIBS" -make +make -j6