
28 Oct
2004
28 Oct
'04
1:53 p.m.
Index: ChangeLog from Clement Vasseur <clement.vasseur@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
7603
Age (days ago)
7604
Last active (days ago)
1 comments
2 participants
participants (2)
-
Clement Vasseur
-
Noe