After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 762798 - Some Makefile fixes
Some Makefile fixes
Status: RESOLVED FIXED
Product: gnome-sound-recorder
Classification: Other
Component: General
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-sound-recorder maintainer(s)
gnome-sound-recorder maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2016-02-27 22:22 UTC by Miguel Vaello Martínez
Modified: 2016-02-28 00:50 UTC
See Also:
GNOME target: ---
GNOME version: 3.19/3.20


Attachments
Fix-syntax-error-in-icons-Makefile (994 bytes, patch)
2016-02-27 22:31 UTC, Miguel Vaello Martínez
none Details | Review
Prevent stylesheet file deletion after 'make clean' (821 bytes, patch)
2016-02-27 22:33 UTC, Miguel Vaello Martínez
none Details | Review

Description Miguel Vaello Martínez 2016-02-27 22:22:03 UTC
I have been checking the build logs and I have found couple of trivial errors.
The attached patches have the problems described inside of them.

In brief: 

- The execution of 'make clean' delete stylesheet file.
- Syntax error was blocking the gtk-update-icon-cache execution.
Comment 1 Miguel Vaello Martínez 2016-02-27 22:31:51 UTC
Created attachment 322556 [details] [review]
Fix-syntax-error-in-icons-Makefile
Comment 2 Miguel Vaello Martínez 2016-02-27 22:33:44 UTC
Created attachment 322557 [details] [review]
Prevent stylesheet file deletion after 'make clean'