Bug 117951 - xcopy add /d
Summary: xcopy add /d
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows 7
: P4 Trivial
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-24 15:06 PDT by Alex Christensen
Modified: 2013-06-24 16:35 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2013-06-24 15:08 PDT, Alex Christensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2013-06-24 15:06:58 PDT
In r151854 we added copying of ANGLE headers before in WebCorePreBuild.cmd, but we did not add the /d option to xcopy to only copy if the destination is older than the source.  All other xcopy-ing done has this to avoid doing extra copying which results in extra compiling.
Comment 1 Alex Christensen 2013-06-24 15:08:12 PDT
Created attachment 205331 [details]
Patch
Comment 2 Brent Fulgham 2013-06-24 15:10:19 PDT
Comment on attachment 205331 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2013-06-24 16:35:17 PDT
Comment on attachment 205331 [details]
Patch

Clearing flags on attachment: 205331

Committed r151935: <http://trac.webkit.org/changeset/151935>
Comment 4 WebKit Commit Bot 2013-06-24 16:35:19 PDT
All reviewed patches have been landed.  Closing bug.