GNOME Bugzilla – Bug 703830
build: distcheck fails trying to delete libfolks_telepathy_la_vala.stamp
Last modified: 2013-08-02 09:33:01 UTC
Distcheck fails now because make wants to remove $(srcdir)/libfolks_telepathy_la_vala.stamp and that's a build no-no (since it's, in theory, deleting a source file).
Created attachment 248679 [details] [review] Refer to the stamp file in the builddir, not srcdir Patch from branch: http://cgit.collabora.com/git/user/treitter/folks.git/log/?h=bgo703830-fix-distcheck
Review of attachment 248679 [details] [review]: That’s odd, because the magical Vala rules which automake generates definitely always specify the .stamp file as being in $(srcdir). I guess if this fixes the bug, though…
Comment on attachment 248679 [details] [review] Refer to the stamp file in the builddir, not srcdir It’s also odd because distcheck passes for me without this patch applied. I’ll leave it uncommitted for this release.
Comment on attachment 248679 [details] [review] Refer to the stamp file in the builddir, not srcdir …which would be because it’s actually been committed already as deefe3f9194aca19f1b4f98dc16a736ae7e79e0a.