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 755368 - 'make clean' removes Vala .deps files
'make clean' removes Vala .deps files
Status: RESOLVED FIXED
Product: grilo
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: grilo-maint
grilo-maint
Depends on:
Blocks:
 
 
Reported: 2015-09-21 18:34 UTC by Daniel Stone
Modified: 2015-09-24 12:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Daniel Stone 2015-09-21 18:34:44 UTC
SSIA. 'make all clean all' on grilo fails; 'make clean' removes the (checked in to git) Vala .deps files, for which there are no rules to regenerate. Restoring the files from git allows the build to continue.
Comment 1 Bastien Nocera 2015-09-24 12:40:14 UTC
Fixed in master and 0.2.x

commit 41b533f2006311cb8c1b099245401038b15400f4
Author: Bastien Nocera <hadess@hadess.net>
Date:   Thu Sep 24 14:38:17 2015 +0200

    vala: Don't remove .deps file on clean
    
    Instead, they should only be removed when maintainer-clean is done.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=755368