From d139d5aeecf36c55b5f30850db23e912c2c9a335 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Fri, 8 Mar 2002 19:11:55 +0000 Subject: [PATCH] 2002-03-08 Daniel Jacobowitz * Makefile.in (distclean): Remove config.cache, stamp-h, and config.status. --- bfd/ChangeLog | 5 +++++ bfd/configure | 2 +- bfd/configure.in | 2 +- intl/ChangeLog | 5 +++++ intl/Makefile.in | 1 + 5 files changed, 13 insertions(+), 2 deletions(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index d59340e0b10..1e6d014624f 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2002-03-07 Daniel Jacobowitz + + * configure.in: Set is_release=y for 2.12 release. + * configure: Likewise. + 2002-03-07 Daniel Jacobowitz * configure.in: Bump version to 2.12. diff --git a/bfd/configure b/bfd/configure index 28f1b44f92a..c6f78714ed5 100755 --- a/bfd/configure +++ b/bfd/configure @@ -1199,7 +1199,7 @@ fi # Uncomment the next line to remove the date from the reported bfd version -#is_release=y +is_release=y bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` diff --git a/bfd/configure.in b/bfd/configure.in index 423ec59338a..5bedc01e86d 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -9,7 +9,7 @@ AC_ISC_POSIX AM_INIT_AUTOMAKE(bfd, 2.12) # Uncomment the next line to remove the date from the reported bfd version -#is_release=y +is_release=y changequote(,)dnl bfd_version=`echo "${VERSION}" | sed -e 's/\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\)\.*\([^\.]*\).*/\1.00\2.00\3.00\4.00\5/' -e 's/\([^\.]*\)\..*\(..\)\..*\(..\)\..*\(..\)\..*\(..\)$/\1\2\3\4\5/'` diff --git a/intl/ChangeLog b/intl/ChangeLog index 44d88e4280e..d9cc110e91e 100644 --- a/intl/ChangeLog +++ b/intl/ChangeLog @@ -1,3 +1,8 @@ +2002-03-08 Daniel Jacobowitz + + * Makefile.in (distclean): Remove config.cache, stamp-h, and + config.status. + 2002-01-21 Thomas Klausner * linux-msg.sed: Comment typo fix. diff --git a/intl/Makefile.in b/intl/Makefile.in index 09647ded8eb..fa68d2ec757 100644 --- a/intl/Makefile.in +++ b/intl/Makefile.in @@ -173,6 +173,7 @@ clean: mostlyclean distclean: clean rm -f Makefile ID TAGS po2msg.sed po2tbl.sed libintl.h config.log + rm -f config.cache stamp-h config.status maintainer-clean: distclean @echo "This command is intended for maintainers to use;" -- 2.47.2