* another typo
This commit is contained in:
parent
d8ab2b5878
commit
c53f2409b4
|
@ -18,7 +18,7 @@ system("cp /root/benchmarks/kernel/config-3.0.7 .config");
|
||||||
install_gcc();
|
install_gcc();
|
||||||
|
|
||||||
|
|
||||||
system("make odlconfig");
|
system("make oldconfig");
|
||||||
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;
|
my $cpus = `cat /proc/cpuinfo |grep QEMU |wc -l`;
|
||||||
chomp $cpus;
|
chomp $cpus;
|
||||||
system("make -j$cpus");
|
system("make -j$cpus");
|
||||||
|
|
Loading…
Reference in New Issue