Index: ChangeLog
from Clement Vasseur <clement.vasseur(a)lrde.epita.fr>
* bootstrap.sh: Stop at first error (sh -e).
Don't use "cd -" because it does not work with BSD's /bin/sh.
Index: bootstrap
--- bootstrap (revision 137)
+++ bootstrap (working copy)
@@ -1,4 +1,7 @@
-#!/bin/sh
+#!/bin/sh -e
-cd src/inst && ../../dev/inst-nodes-mk-gen.py < ../../dev/nolimips.xml >
nodes.mk && cd -
+here=`pwd`
+cd src/inst
+ ../../dev/inst-nodes-mk-gen.py < ../../dev/nolimips.xml > nodes.mk
+cd $here
autoreconf -f -v -i -m