6 lines
72 B
Plaintext
6 lines
72 B
Plaintext
|
#!/bin/sh -x
|
||
|
make clean=all
|
||
|
make -j30 fetch
|
||
|
FETCH_PACKAGES=-Dsnap make
|
||
|
|