Bug 117951

Summary: xcopy add /d
Product: WebKit Reporter: Alex Christensen <achristensen>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Trivial CC: bfulgham, commit-queue
Priority: P4    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: Windows 7   
Attachments:
Description Flags
Patch none

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.