I just checked in a change to gyp to make the Makefile generator understand command-line dependencies. That means that a given target should now be rebuilt if its command line changes, which means that you shouldn't ever need to clobber anymore. (Previously, you would sometimes need to do some sort of "find out -name *.a | xargs rm".)
If you encounter a situation where clobbering seems necessary, please contact me if you wouldn't mind helping me debug it. If you run into trouble, grab a version of gyp before r559 or manually back out that change. --~--~---------~--~----~------------~-------~--~----~ Chromium Developers mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-dev -~----------~----~----~----~------~----~------~--~---
