accidentally left some stuff commented out

This commit is contained in:
Yan 2015-05-10 21:10:17 -07:00
parent 2284a08064
commit 63723d94ec
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash -e
#git clone https://github.com/zardus/preeny
git clone https://github.com/zardus/preeny
PATH=$PWD/../crosstool/bin:$PATH
cd preeny

View file

@ -1,6 +1,6 @@
#!/bin/bash
#curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
curl http://wiki.qemu-project.org/download/qemu-2.3.0.tar.bz2 | tar xvj
cd qemu-2.3.0
./configure --prefix=$(dirname $PWD)
make -j $(nproc)