gobject-introspection r976 - in trunk: . tests/scanner
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r976 - in trunk: . tests/scanner
- Date: Wed, 26 Nov 2008 01:50:36 +0000 (UTC)
Author: walters
Date: Wed Nov 26 01:50:36 2008
New Revision: 976
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=976&view=rev
Log:
Remove hand-rolled generation of .tgir
It's easier to just use a Makefile rule and dependencies.
This corresponds with a change made to gir-repository to fix
srcdir != builddir issues.
Modified:
trunk/ChangeLog
trunk/tests/scanner/Makefile.am
Modified: trunk/tests/scanner/Makefile.am
==============================================================================
--- trunk/tests/scanner/Makefile.am (original)
+++ trunk/tests/scanner/Makefile.am Wed Nov 26 01:50:36 2008
@@ -153,10 +153,6 @@
check-local: pre-check
check-local: $(CHECKGIRS) $(CHECKTGIRS) $(TYPELIBS)
- @for x in $(TYPELIBS); do \
- echo 1>&2 "$(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml;"; \
- $(DEBUG) $(top_builddir)/tools/g-ir-generate --includedir=. --includedir=$(top_builddir)/gir $${x} > $${x}.tmp && mv $${x}.tmp $${x}.xml; \
- done
-CLEANFILES += $(TYPELIBS:.typelib=.typelib.xml)
+CLEANFILES += $(TGIRS)
check-local: post-check
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]