mirror of
https://github.com/correl/melpa.git
synced 2024-11-21 19:18:40 +00:00
Make parallel_build_all script skip googlecode.
This commit is contained in:
parent
378fe14c66
commit
4db2005e9d
1 changed files with 1 additions and 1 deletions
|
@ -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 wiki recipes/*) &
|
||||
make -j4 $(grep --files-without-match googlecode $(grep --files-without-match wiki recipes/*)) &
|
||||
wait
|
||||
|
||||
echo '{"completed":' `unix_timestamp` '}' > ${MELPA_WWW}/build-status.json
|
||||
|
|
Loading…
Reference in a new issue