* more debuggging
This commit is contained in:
parent
c53f2409b4
commit
8fd357dbce
3
Makefile
3
Makefile
|
@ -33,3 +33,6 @@ killall:
|
||||||
|
|
||||||
logs:
|
logs:
|
||||||
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
|
cat loadbot/testservers |xargs --verbose -n 1 --replace=BLAH ssh BLAH "uname -r; cat loadbot.0"
|
||||||
|
|
||||||
|
build_kernel:
|
||||||
|
ssh 69.55.54.55 ./benchmarks/kernel/build.pl --prep
|
||||||
|
|
|
@ -17,6 +17,7 @@ system("cp /root/benchmarks/kernel/config-3.0.7 .config");
|
||||||
|
|
||||||
install_gcc();
|
install_gcc();
|
||||||
|
|
||||||
|
exit if $ARGV[0] eq "--prep";
|
||||||
|
|
||||||
system("make oldconfig");
|
system("make oldconfig");
|
||||||
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;
|
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;
|
||||||
|
|
Loading…
Reference in New Issue