From 3c9cdba0d7b87c133913a603ad10e0750da41012 Mon Sep 17 00:00:00 2001 From: Donald Ephraim Curtis Date: Tue, 25 Nov 2014 06:55:20 -0800 Subject: [PATCH] Enable googlecode recipes again. --- scripts/parallel_build_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/parallel_build_all b/scripts/parallel_build_all index fe2ddcd0..34962088 100755 --- a/scripts/parallel_build_all +++ b/scripts/parallel_build_all @@ -19,7 +19,7 @@ function build_all { # grep --files-with-match wiki recipes/* | xargs make -j1 & make SLEEP=2 -j1 $(grep --files-with-match wiki recipes/*) & # grep --files-without-match wiki recipes/* | xargs make -j4 & - make -j4 $(grep --files-without-match googlecode $(grep --files-without-match wiki recipes/*)) & + make -j4 $(grep --files-without-match wiki recipes/*) & wait echo '{"completed":' `unix_timestamp` '}' > ${MELPA_WWW}/build-status.json