Convert tabs to spaces to make cut-and-paste to interactive shell
[pintos-anon] / src / misc / bochs-2.2.6-build.sh
index 5b099914458a5f4e2c82d5aef56a656a9925ee31..ad9759628f138e62fc448f9135242c8dff3df67f 100755 (executable)
@@ -18,19 +18,20 @@ cat $PINTOSDIR/src/misc/bochs-2.2.6-ms-extensions.patch | patch -p1
 cat $PINTOSDIR/src/misc/bochs-2.2.6-big-endian.patch | patch -p1
 cat $PINTOSDIR/src/misc/bochs-2.2.6-jitter.patch | patch -p1
 cat $PINTOSDIR/src/misc/bochs-2.2.6-triple-fault.patch | patch -p1
+cat $PINTOSDIR/src/misc/bochs-2.2.6-solaris-tty.patch | patch -p1
 if test "`uname -s`" = "SunOS"; then
-    cat $PINTOSDIR/src/misc/bochs-2.2.6-solaris.patch | patch -p1
+    cat $PINTOSDIR/src/misc/bochs-2.2.6-solaris-link.patch | patch -p1
 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 ..