[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 13:59:32 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=44353


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #64990|                            |review?
               Flag|                            |




--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2010-08-20 13:59:32 PST ---
Created an attachment (id=64990)
 --> (https://bugs.webkit.org/attachment.cgi?id=64990)
[PATCH] Remove .svn directories

Adds the following:

    # Remove any .svn directories that may have been copied over.
    find "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector" -name ".svn" -type d | xargs rm -r

-- 
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