X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmisc%2Fbochs-2.2.6-build.sh;h=ad9759628f138e62fc448f9135242c8dff3df67f;hb=922af9ed1bd72fbf4a4c77ab6ddde78a7b6c3e97;hp=2878fbd9f626effb42f5085e963aa040f1bf9ce1;hpb=aeed0081c47374eab414d73e03ed2eab4723ac9f;p=pintos-anon diff --git a/src/misc/bochs-2.2.6-build.sh b/src/misc/bochs-2.2.6-build.sh index 2878fbd..ad97596 100755 --- a/src/misc/bochs-2.2.6-build.sh +++ b/src/misc/bochs-2.2.6-build.sh @@ -24,14 +24,14 @@ if test "`uname -s`" = "SunOS"; then fi CFGOPTS="--with-x --with-x11 --with-term --with-nogui --prefix=$DSTDIR" mkdir plain && - cd plain && - ../configure $CFGOPTS --enable-gdb-stub && - make && - make install && - cd .. + cd plain && + ../configure $CFGOPTS --enable-gdb-stub && + make && + make install && + cd .. mkdir with-dbg && - cd with-dbg && - ../configure --enable-debugger $CFGOPTS && - make && - cp bochs $DSTDIR/bin/bochs-dbg && - cd .. + cd with-dbg && + ../configure --enable-debugger $CFGOPTS && + make && + cp bochs $DSTDIR/bin/bochs-dbg && + cd ..