[Webkit-unassigned] [Bug 174206] [PAL] Move SPI directory into PAL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 31 18:27:06 PDT 2017


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

--- Comment #18 from Yoshiaki Jitsukawa <Yoshiaki.Jitsukawa at sony.com> ---
Updated the script to fix include/import:
git diff -M HEAD | sed -n '/^rename from/{h;d;};/^rename to/{H;g;s/\n/ /;p;d;}' | sed 's#rename from .*\/\(.*\) rename to Source\/WebCore/\PAL\/\(.*\)#\1 \2#' | awk '{key=$1; gsub(/\./, "\\\.", key); printf "grep \"%s\" Source -rl --include=\"*.h\" --include=\"*.c\" --include=\"*.cpp\" --include=\"*.m\" --include=\"*.mm\"", key; printf " | "; printf "xargs sed -e \047s#[\"|<]\\(.*\\/\\)*%s[\"|>]#<%s>#\047 -i \047\047\n", key, $2, key, $2}'

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170801/73686a2a/attachment.html>


More information about the webkit-unassigned mailing list