From 56b7fe2428272098f5980493ce2b2d59a6f1a05a Mon Sep 17 00:00:00 2001 From: Ulya Trofimovich Date: Mon, 11 May 2015 10:54:26 +0100 Subject: [PATCH] Don't recompile scanner by default. Since it will cause insignifacant changes in bootstrap files which we'll have to commit every time. --- re2c/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/re2c/build.sh b/re2c/build.sh index 7868d1e1..5fe2e4b3 100755 --- a/re2c/build.sh +++ b/re2c/build.sh @@ -6,5 +6,5 @@ mkdir $builddir cd $builddir ../configure --enable-silent-rules && \ -make bootstrap -j5 +make -j5 cd .. -- 2.40.0