[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 11:03:04 PST 2012


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





--- Comment #4 from Nico Weber <thakis at chromium.org>  2012-01-05 11:03:04 PST ---
> ah, that may again collide with me using make instead of xcode?
> 
> I guess the script is executed in ./Source/WebKit/chromium, while the make build puts the stuff in ./out

No, the script looks for tools/clang/scripts/../../../out, I guess in the webkit build that doesn't work. For xcode, it also looks at tools/clang/scripts/../../../xcodebuild, so I'd expect this to be equally broken for both make and xcodebuild – maybe the gch format just hasn't changed in a while?

tools/clang/scripts/update.sh is fairly simple, maybe you can add a few debug echos (search for "gch") – or wait until I get to it.

-- 
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