[Webkit-unassigned] [Bug 104279] [Mac] Add Build Phase to Check Headers for Inappropriate Macros (Platform.h macros)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 6 11:41:32 PST 2012


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


Joseph Pecoraro <joepeck at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #178049|                            |review?, commit-queue?
               Flag|                            |




--- Comment #3 from Joseph Pecoraro <joepeck at webkit.org>  2012-12-06 11:43:59 PST ---
Created an attachment (id=178049)
 --> (https://bugs.webkit.org/attachment.cgi?id=178049&action=review)
[PATCH] Part 2: Run the Script as an Xcode Build Phase

Build phase in each looks like: (note we are just testing public headers right now)

>    if [ "${ACTION}" = "installhdrs" ]; then
>        exit 0;
>    fi
>
>    if [ -f ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers ]; then
>        ../../Tools/Scripts/check-for-inappropriate-macros-in-external-headers Headers || exit $?
>    fi

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