From: Ralf Wildenhues Date: Tue, 30 Oct 2007 06:05:41 +0000 (+0100) Subject: Remove some temp files leftover from tests. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c863647a998334613e97784a64c67e4427ad2e58;p=pspp 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 38ec2f506d..3ef88182dc 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 2a8074629c..8a9041f1ff 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 368465cc50..bace5192d9 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 ed72541306..7c7cedc55c 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