[Webkit-unassigned] [Bug 42601] Web Inspector: Do Not Copy *.re2js Inspector Resources in XCode Build Phase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 19 15:39:44 PDT 2010


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


Joseph Pecoraro <joepeck at webkit.org> changed:

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




--- Comment #1 from Joseph Pecoraro <joepeck at webkit.org>  2010-07-19 15:39:44 PST ---
Created an attachment (id=62006)
 --> (https://bugs.webkit.org/attachment.cgi?id=62006)
[PATCH] Remove *.re2js in "Copy Inspector Resources" Build Phase

This adds the following two lines to the Build Phase:

    # Remove *.re2js files, they are only used to generate some .js files.
    rm -f "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/inspector/"*.re2js

Note that `*` does not work inside a string, so I tack it on the end. Its
acceptable to use different quoting techniques in the shell, hence the trick.

  shell> echo "a"'b'c
  abc

If there is an easier way, let me know!

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