From: Ralf Wildenhues Date: Tue, 30 Oct 2007 06:05:41 +0000 (+0100) Subject: Remove some temp files leftover from tests. X-Git-Tag: v0.1~8024 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=c863647a998334613e97784a64c67e4427ad2e58;p=gnulib.git Remove some temp files leftover from tests. * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. * modules/freadable-tests (MOSTLYCLEANFILES): Likewise. * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 38ec2f506..3ef88182d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-10-30 Ralf Wildenhues + + * modules/fbufmode-tests (MOSTLYCLEANFILES): Remove temp files. + * modules/freadable-tests (MOSTLYCLEANFILES): Likewise. + * modules/fwritable-tests (MOSTLYCLEANFILES): Likewise. + 2007-10-29 Bruno Haible * m4/floorf.m4 (gl_FUNC_FLOORF_LIBS): Rename the cache variable to diff --git a/modules/fbufmode-tests b/modules/fbufmode-tests index 2a8074629..8a9041f1f 100644 --- a/modules/fbufmode-tests +++ b/modules/fbufmode-tests @@ -8,4 +8,4 @@ configure.ac: Makefile.am: TESTS += test-fbufmode check_PROGRAMS += test-fbufmode - +MOSTLYCLEANFILES += t-fbufmode.tmp diff --git a/modules/freadable-tests b/modules/freadable-tests index 368465cc5..bace5192d 100644 --- a/modules/freadable-tests +++ b/modules/freadable-tests @@ -9,4 +9,4 @@ configure.ac: Makefile.am: TESTS += test-freadable check_PROGRAMS += test-freadable - +MOSTLYCLEANFILES += t-freadable.tmp diff --git a/modules/fwritable-tests b/modules/fwritable-tests index ed7254130..7c7cedc55 100644 --- a/modules/fwritable-tests +++ b/modules/fwritable-tests @@ -9,4 +9,4 @@ configure.ac: Makefile.am: TESTS += test-fwritable check_PROGRAMS += test-fwritable - +MOSTLYCLEANFILES += t-fwritable.tmp