|
From: Florian K. <br...@ac...> - 2009-06-22 22:07:49
|
On Monday 22 June 2009 4:07:16 am Nicholas Nethercote wrote: > Hi, > > I'd like to merge the BUILD_TWEAKS branch. It greatly improves the > build system. I still have some testing to do, to make sure it does > the same things as the current trunk (eg. the same flags passed > around, etc), but I thought I'd post the potential diff and log > message here for people to look at. If I don't get any complaints, > I'll commit it in a couple of days. > I just checked out the BUILD_TWEAKS branch. After running autogen.sh and configure the make process terminates because vex_svnversion.h is not present. From Makefile.vex.am I figured that I should perhaps run make -C VEX version. That does generate the missing file but it is not in the correct spot. I worked around the issue and played a bit with the branch. I was mainly interested in VEX dependencies being handled correctly and that seems to work fine. Thanks a lot for doing this work! Florian |