| Summary: | [GTK][CMAKE] Too verbose build output | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Carlos Garcia Campos <cgarcia> | ||||
| Component: | WebKitGTK | Assignee: | Martin Robinson <mrobinson> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | gustavo, mrobinson, zan | ||||
| Priority: | P2 | Keywords: | Gtk | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Attachments: |
|
||||||
|
Description
Carlos Garcia Campos
2014-03-11 01:58:46 PDT
Created attachment 226464 [details]
Patch
Comment on attachment 226464 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=226464&action=review This works great, I still would like that verbose targets use something like Generating Foo for the cases where smart terminal is not used like in the bots logs. Thanks. > Source/cmake/OptionsGTK.cmake:311 > +file(COPY ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/build.sh > + DESTINATION ${CMAKE_BINARY_DIR} > + FILE_PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE) I wonder why you need to first write in one directory and then copy to another, but I have no idea how cmake works :-P (In reply to comment #2) > I wonder why you need to first write in one directory and then copy to another, but I have no idea how cmake works :-P This is the only way I could find to change the permissions of a file without resorting to a shell command, unfortunately. Comment on attachment 226464 [details] Patch Clearing flags on attachment: 226464 Committed r165473: <http://trac.webkit.org/changeset/165473> All reviewed patches have been landed. Closing bug. |