[Bug 54879] [next] initial 'next' branch
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Sep 13 18:46:42 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=54879
--- Comment #8 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-09-13 16:46:42 UTC ---
In "tools: update directory snapshot to tp-glib"
I'm pretty sure we don't need all of these. I'm really quite sure we don't need
shave.mk...
-TELEPATHY_GLIB_SRCDIR = $(top_srcdir)/../telepathy-glib
-maintainer-update-from-telepathy-glib:
+TELEPATHY_SPEC_SRCDIR = $(top_srcdir)/../telepathy-spec
+maintainer-update-from-telepathy-spec:
set -e && cd $(srcdir) && \
for x in $(EXTRA_DIST); do \
- if test -f $(TELEPATHY_GLIB_SRCDIR)/tools/$$x; then \
- cp $(TELEPATHY_GLIB_SRCDIR)/tools/$$x $$x; \
+ if test -f $(TELEPATHY_SPEC_SRCDIR)/tools/$$x; then \
+ cp $(TELEPATHY_SPEC_SRCDIR)/tools/$$x $$x; \
fi; \
done
Other GLib projects are meant to copy stuff in from telepathy-glib, not from
the spec. Or if we're moving to a model of "copy the entire directory around",
just delete this stanza...
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
More information about the telepathy-bugs
mailing list