Anders Broman wrote:
Yes you're right the problems I'm after is
- The buildbot
- People tend to forget to do the clean_setup first
Should we instead change the setup target to first run clen_setup?
In that way we are sure to have a clean environment on the buildbot.
Yes, or making it a dependency might be another alternative (both should
work). So people don't get the chance to forget it ;-)
That's the way I'm usually do it personally when updating, simply
deleting all directories in the libs dir and do the setup target.
When I remember this correct, only the gtk2 dir is currently already
deleted by setup (which is a bit strange, as I don't know a cause why
only the gtk2 dir should be deleted). Deleting the other stuff as well
sounds more clean to me ...
Regards, ULFL