[Webkit-unassigned] [Bug 75622] [chromium] after updating clang, incremental build doesn't work

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 5 10:49:07 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=75622





--- Comment #2 from Nico Weber <thakis at chromium.org>  2012-01-05 10:49:07 PST ---
tools/clang/script/update.sh runs

      find "out/${CONFIG}/obj.target" -name '*.gch' -exec rm {} +

to clobber gch files after a clang update, but it has a hardcoded relative path from update.sh to the out dir that I suppose is wrong in a webkit standalone build. Bleh.

Maybe the script could grow an optional build dir parameter?

(To get unblocked, just run the command above on your out/ directory. I'll try to come up with a fix.)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list