~ubuntu-branches/ubuntu/trusty/glib2.0/trusty-proposed

« back to all changes in this revision

Viewing changes to gthread/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2010-06-18 13:50:39 UTC
  • mfrom: (1.30.1 upstream) (3.4.16 experimental)
  • Revision ID: james.westby@ubuntu.com-20100618135039-546pvldpgilh981h
Tags: 2.25.9-1ubuntu1
* Resync on Debian
* debian/patches/90_git_fix_typo.patch:
  - the change is in the new version
* debian/patches/80-gtester-subunit.patch:
  - the change is in the new version 

Show diffs side-by-side

added added

removed removed

Lines of Context:
147
147
GIO_MODULE_DIR = @GIO_MODULE_DIR@
148
148
GLIBC21 = @GLIBC21@
149
149
GLIB_BINARY_AGE = @GLIB_BINARY_AGE@
 
150
GLIB_COMPILE_SCHEMAS = @GLIB_COMPILE_SCHEMAS@
150
151
GLIB_DEBUG_FLAGS = @GLIB_DEBUG_FLAGS@
151
152
GLIB_EXTRA_CFLAGS = @GLIB_EXTRA_CFLAGS@
152
153
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
675
676
            ( cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $@ ) || exit $? ; \
676
677
          done ; \
677
678
          $$ignore_logdir || { \
678
 
            echo '<?xml version="1.0"?>' > $@.xml ; \
679
 
            echo '<report-collection>'  >> $@.xml ; \
 
679
            echo '<?xml version="1.0"?>'            > $@.xml ; \
 
680
            echo '<report-collection>'             >> $@.xml ; \
 
681
            echo '<info>'                          >> $@.xml ; \
 
682
            echo '  <package>$(PACKAGE)</package>' >> $@.xml ; \
 
683
            echo '  <version>$(VERSION)</version>' >> $@.xml ; \
 
684
            echo '</info>'                         >> $@.xml ; \
680
685
            for lf in `ls -L "$$GTESTER_LOGDIR"/.` ; do \
681
686
              sed '1,1s/^<?xml\b[^>?]*?>//' <"$$GTESTER_LOGDIR"/"$$lf" >> $@.xml ; \
682
687
            done ; \