[Webkit-unassigned] [Bug 44353] Do Not Copy Subversion Related Files in Inspector Build Phase
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 20 14:06:52 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=44353
David Kilzer (ddkilzer) <ddkilzer at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #64990|review? |review+
Flag| |
--- Comment #3 from David Kilzer (ddkilzer) <ddkilzer at webkit.org> 2010-08-20 14:06:52 PST ---
(From update of attachment 64990)
WebCore/WebCore.xcodeproj/project.pbxproj:20491
+ [...]find \"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector\" -name \".svn\" -type d | xargs rm -r\n";
I would actually use "rm -rf" here to force the deletion (unless you want the script to complain if rm doesn't work).
r=me either way.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list