RESOLVED FIXED 62677
Remove duplicate header entries in WebCore project file
https://bugs.webkit.org/show_bug.cgi?id=62677
Summary Remove duplicate header entries in WebCore project file
David Kilzer (:ddkilzer)
Reported Wednesday, June 15, 2011 12:26:43 AM UTC
Xcode 4 finds a number of duplicate header entries in the WebCore project file. I have a series of two patches that cleans it up.
Attachments
Patch 1 of 2 (4.86 KB, patch)
2011-06-14 16:32 PDT, David Kilzer (:ddkilzer)
darin: review+
Patch 2 of 2 (66.41 KB, patch)
2011-06-14 16:32 PDT, David Kilzer (:ddkilzer)
darin: review+
David Kilzer (:ddkilzer)
Comment 1 Wednesday, June 15, 2011 12:32:26 AM UTC
Created attachment 97189 [details] Patch 1 of 2
David Kilzer (:ddkilzer)
Comment 2 Wednesday, June 15, 2011 12:32:51 AM UTC
Created attachment 97190 [details] Patch 2 of 2
David Kilzer (:ddkilzer)
Comment 3 Wednesday, June 15, 2011 12:35:41 AM UTC
(In reply to comment #1) > Created an attachment (id=97189) [details] > Patch 1 of 1 FWIW, I used uniq(1) to remove these dupes because Xcode wanted to remove all references to the file and then re-add them with new unique identifiers, but just removing the identical references caused fewer changes.
David Kilzer (:ddkilzer)
Comment 4 Wednesday, June 15, 2011 5:39:45 AM UTC
David Kilzer (:ddkilzer)
Comment 5 Wednesday, June 15, 2011 5:40:00 AM UTC
Note You need to log in before you can comment on or make changes to this bug.