From: Bruno Haible Date: Fri, 14 Jul 2006 13:38:20 +0000 (+0000) Subject: Clean up also core files and Cygwin *.stackdump files. X-Git-Tag: v0.15~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8a3b7c6ff99f1251055ec0d06bc1093e184c93f;p=thirdparty%2Fgettext.git Clean up also core files and Cygwin *.stackdump files. --- diff --git a/gettext-tools/ChangeLog b/gettext-tools/ChangeLog index 89cd0973b..1bcaa8a3f 100644 --- a/gettext-tools/ChangeLog +++ b/gettext-tools/ChangeLog @@ -1,3 +1,7 @@ +2006-07-14 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): New variable. + 2006-06-29 Bruno Haible * configure.ac: Remove AC_CONFIG_FILES for files in examples subdir. diff --git a/gettext-tools/Makefile.am b/gettext-tools/Makefile.am index b65a8e67b..b5dba5967 100644 --- a/gettext-tools/Makefile.am +++ b/gettext-tools/Makefile.am @@ -23,6 +23,7 @@ ACLOCAL_AMFLAGS = -I m4 -I ../gettext-runtime/m4 -I ../autoconf-lib-link/m4 -I . SUBDIRS = doc intl lib libgrep libuniname src po projects misc man m4 tests examples EXTRA_DIST = misc/DISCLAIM +MOSTLYCLEANFILES = core *.stackdump # Files installed for use by gettextize. diff --git a/gettext-tools/lib/ChangeLog b/gettext-tools/lib/ChangeLog index 2ecb2b8ce..217ad4de6 100644 --- a/gettext-tools/lib/ChangeLog +++ b/gettext-tools/lib/ChangeLog @@ -1,3 +1,7 @@ +2006-07-14 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): Add core and *.stackdump. + 2006-07-13 Bruno Haible Fix construction of temporary directory names on mingw. diff --git a/gettext-tools/lib/Makefile.am b/gettext-tools/lib/Makefile.am index 2b5fae095..3aec8b489 100644 --- a/gettext-tools/lib/Makefile.am +++ b/gettext-tools/lib/Makefile.am @@ -20,7 +20,7 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies EXTRA_DIST = BUILT_SOURCES = -MOSTLYCLEANFILES = +MOSTLYCLEANFILES = core *.stackdump CLEANFILES = DISTCLEANFILES = SUFFIXES = diff --git a/gettext-tools/src/ChangeLog b/gettext-tools/src/ChangeLog index 23220da36..fd1fe5201 100644 --- a/gettext-tools/src/ChangeLog +++ b/gettext-tools/src/ChangeLog @@ -1,3 +1,7 @@ +2006-07-14 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): New variable. + 2006-07-02 Bruno Haible * write-csharp.c (msgdomain_write_csharp): Update. diff --git a/gettext-tools/src/Makefile.am b/gettext-tools/src/Makefile.am index f1f90420c..b2590dc15 100644 --- a/gettext-tools/src/Makefile.am +++ b/gettext-tools/src/Makefile.am @@ -19,6 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies EXTRA_DIST = +MOSTLYCLEANFILES = core *.stackdump CLEANFILES = DISTCLEANFILES = diff --git a/gettext-tools/tests/ChangeLog b/gettext-tools/tests/ChangeLog index 883ff1602..6358d036f 100644 --- a/gettext-tools/tests/ChangeLog +++ b/gettext-tools/tests/ChangeLog @@ -1,3 +1,7 @@ +2006-07-14 Bruno Haible + + * Makefile.am (MOSTLYCLEANFILES): New variable. + 2006-04-14 Bruno Haible Assume autoconf >= 2.60. diff --git a/gettext-tools/tests/Makefile.am b/gettext-tools/tests/Makefile.am index 5344b174a..3b2cc7ed0 100644 --- a/gettext-tools/tests/Makefile.am +++ b/gettext-tools/tests/Makefile.am @@ -19,6 +19,7 @@ AUTOMAKE_OPTIONS = 1.5 gnits no-dependencies EXTRA_DIST = +MOSTLYCLEANFILES = core *.stackdump TESTS = gettext-1 gettext-2 gettext-3 gettext-4 gettext-5 gettext-6 gettext-7 \ msgattrib-1 msgattrib-2 msgattrib-3 msgattrib-4 msgattrib-5 \