mirror of
https://github.com/correl/melpa.git
synced 2024-11-14 11:09:31 +00:00
Enable googlecode recipes again.
This commit is contained in:
parent
e1329d43d6
commit
3c9cdba0d7
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 &
|
# grep --files-with-match wiki recipes/* | xargs make -j1 &
|
||||||
make SLEEP=2 -j1 $(grep --files-with-match wiki recipes/*) &
|
make SLEEP=2 -j1 $(grep --files-with-match wiki recipes/*) &
|
||||||
# grep --files-without-match wiki recipes/* | xargs make -j4 &
|
# 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
|
wait
|
||||||
|
|
||||||
echo '{"completed":' `unix_timestamp` '}' > ${MELPA_WWW}/build-status.json
|
echo '{"completed":' `unix_timestamp` '}' > ${MELPA_WWW}/build-status.json
|
||||||
|
|
Loading…
Reference in a new issue