RESOLVED FIXED 113360
[GTK] [gyp] Improve support for rerunning gyp automatically
https://bugs.webkit.org/show_bug.cgi?id=113360
Summary [GTK] [gyp] Improve support for rerunning gyp automatically
Martin Robinson
Reported 2013-03-26 18:18:02 PDT
When the gyp files change, the build should rerun gyp automatically. Because of bugs in gyp, this is broken. The suggestion on the gyp list was to simply write this ourselves.
Attachments
Patch (4.40 KB, patch)
2013-03-26 18:54 PDT, Martin Robinson
gustavo: review+
Martin Robinson
Comment 1 2013-03-26 18:54:18 PDT
Gustavo Noronha (kov)
Comment 2 2013-03-27 16:20:59 PDT
Comment on attachment 195206 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=195206&action=review > Source/WebKit/gtk/gyp/GNUmakefile:16 > + @echo "Rerunning gyp..." && ./run-gyp && here is unnecessary I'd say, there is no way for echo to fail, is there? ; should do, but that's just a nit > Source/WebKit/gtk/gyp/autogen.sh:19 > + ln -s "$SCRIPT_DIRECTORY/GNUmakefile" Just thinking out loud here: I'm wondering after rereading this if we shouldn't just ln -sf, guess that can break if $SCRIPT_DIRECTORY == ., hrm
Martin Robinson
Comment 3 2013-03-28 09:38:45 PDT
Note You need to log in before you can comment on or make changes to this bug.