* always update git repo
* make was working differently in gentoo
This commit is contained in:
parent
8601eb1b37
commit
a6a28bf4a4
1
Makefile
1
Makefile
|
@ -6,6 +6,7 @@ all:
|
||||||
cd cpu; make
|
cd cpu; make
|
||||||
|
|
||||||
prep:
|
prep:
|
||||||
|
git update-server-info
|
||||||
cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
|
cat loadbot/testservers |xargs -n 1 --replace=BLAH scp loadbot/prep.pl BLAH:
|
||||||
cat loadbot/testservers |xargs -n 1 --replace=BLAH ssh BLAH ./prep.pl
|
cat loadbot/testservers |xargs -n 1 --replace=BLAH ssh BLAH ./prep.pl
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue