Bug 140339 - [Xcode, iOS] Files are recompiled when alternating between using make and the Xcode IDE
Summary: [Xcode, iOS] Files are recompiled when alternating between using make and the...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: mitz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-01-10 13:14 PST by mitz
Modified: 2015-01-10 13:57 PST (History)
3 users (show)

See Also:


Attachments
Run xcodebuild with the same PATH with which the Xcode IDE runs (1.27 KB, patch)
2015-01-10 13:16 PST, mitz
mrowe: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 2015-01-10 13:14:23 PST
When building for iOS platforms, after completing a build in the Xcode IDE, building the same source and configuration using make results in all files being recompiled.
Comment 1 mitz 2015-01-10 13:16:51 PST
Created attachment 244415 [details]
Run xcodebuild with the same PATH with which the Xcode IDE runs
Comment 2 mitz 2015-01-10 13:57:42 PST
Fixed in <http://trac.webkit.org/r178241>.