RESOLVED FIXED 88790
GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am uses obsolete macro mkdir_p
https://bugs.webkit.org/show_bug.cgi?id=88790
Summary GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am uses obsolete macro mk...
arno.
Reported 2012-06-11 10:59:35 PDT
Hi, GNUmakefile.am and Source/WebKit/gtk/po/GNUmakefile.am use mkdir_p which is obsolete and will be removed in next automake version (1.13). http://www.gnu.org/software/automake/manual/html_node/Obsolete-Macros.html So, we will need to change mkdir_p to MKDIR_P variables.
Attachments
patch proposal (3.49 KB, patch)
2012-06-11 11:04 PDT, arno.
no flags
arno.
Comment 1 2012-06-11 11:04:13 PDT
Created attachment 146875 [details] patch proposal
WebKit Review Bot
Comment 2 2012-06-11 15:16:27 PDT
Comment on attachment 146875 [details] patch proposal Clearing flags on attachment: 146875 Committed r120012: <http://trac.webkit.org/changeset/120012>
WebKit Review Bot
Comment 3 2012-06-11 15:16:31 PDT
All reviewed patches have been landed. Closing bug.
Alberto Garcia
Comment 4 2013-09-09 04:44:08 PDT
*** Bug 88926 has been marked as a duplicate of this bug. ***
Note You need to log in before you can comment on or make changes to this bug.