NEW 37102
DerivedSources.make does not notice when FEATURE_DEFINES change
https://bugs.webkit.org/show_bug.cgi?id=37102
Summary DerivedSources.make does not notice when FEATURE_DEFINES change
Eric Seidel (no email)
Reported 2010-04-05 11:47:18 PDT
DerivedSources.make does not notice when FEATURE_DEFINES change This caused: https://bugs.webkit.org/show_bug.cgi?id=36961#c21 One possible solution would be for DerivedSources.make to write out some sort of FEATURE_DEFINES file in DerivedSources/ during a build, and then if the incoming FEATURE_DEFINES are ever different from that file, simply rebuild everything.
Attachments
Maciej Stachowiak
Comment 1 2010-04-05 22:17:22 PDT
Sounds like a good idea to fix this.
Darin Adler
Comment 2 2010-04-06 08:35:20 PDT
I think this is critical to fix. I personally would fix it by eliminating FEATURE_DEFINES and using a file instead of an environment variable to communicate these settings. The build-webkit tool could generate the header file.
Darin Adler
Comment 3 2010-04-06 08:35:43 PDT
But I suppose the file would need to be a format that multiple tools could read, so perhaps it's impractical.
Eric Seidel (no email)
Comment 4 2012-05-14 14:21:15 PDT
I wonder if this old bug is still valid. If it is, I wonder if landing bug 85456 will give us an easy way to fix it. :)
Note You need to log in before you can comment on or make changes to this bug.