Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] [Wireshark-commits] rev 20463: /trunk/ /trunk/tools/: win32-

From: Ulf Lamping <ulf.lamping@xxxxxx>
Date: Thu, 18 Jan 2007 13:14:02 +0100
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