From 34a95322d74db8e41f84fc0535f0a3786e7644a4 Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Wed, 26 Nov 2008 01:50:36 +0000 Subject: [PATCH] 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. svn path=/trunk/; revision=976 --- ChangeLog | 6 ++++++ tests/scanner/Makefile.am | 6 +----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 9b59d8a..fd9c841 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-11-25 Colin Walters + + * tests/scanner/Makefile.am: Remove hand-rolled generation of .tgir; easier + to just use a Makefile rule and dependencies. This corresponds with a change + made to gir-repository to fix srcdir != builddir issues. + 2008-11-25 Johan Dahlin * configure.ac: diff --git a/tests/scanner/Makefile.am b/tests/scanner/Makefile.am index df6f10c..c2890f3 100644 --- a/tests/scanner/Makefile.am +++ b/tests/scanner/Makefile.am @@ -153,10 +153,6 @@ post-check: 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 -- 2.7.4