[nolimips: 192] Fix from-scratch build

17 Sep
2005
17 Sep
'05
12:37 p.m.
https://svn.lrde.epita.fr/svn/nolimips/trunk ChangeLog | 7 +++++++ bootstrap | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) Index: ChangeLog from BenoƮt Perrot <benoit@lrde.epita.fr> Fix from-scratch build. * boostrap: Search for nodes.mk.gen.py in src/inst instead of dev/ (shame on me). Index: bootstrap --- bootstrap (revision 191) +++ bootstrap (working copy) @@ -194,10 +194,10 @@ # Generate Nolimips' nodes.mk - +echo "$0: Generating src/inst/nodes.mk" here=`pwd` cd src/inst -../../dev/inst-nodes-mk-gen.py < ../../dev/nolimips.xml > nodes.mk +PYTHONPATH="../../dev/:$$PYTHONPATH" ./nodes.mk.gen.py < ../../dev/nolimips.xml > nodes.mk cd $here find tests -name '*.ref' -exec touch '{}' ';'
7281
Age (days ago)
7281
Last active (days ago)
0 comments
1 participants
participants (1)
-
Noe