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(a)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 '{}' ';'