]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2002-03-08 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Fri, 8 Mar 2002 19:11:55 +0000 (19:11 +0000)
committerDaniel Jacobowitz <drow@false.org>
Fri, 8 Mar 2002 19:11:55 +0000 (19:11 +0000)
        * Makefile.in (distclean): Remove config.cache, stamp-h, and
        config.status.

bfd/ChangeLog
bfd/configure
bfd/configure.in
intl/ChangeLog
intl/Makefile.in

index d59340e0b10a26f479abbcb8d3c3430c4713a242..1e6d014624f2d66393ed38745eaa247d4b422a04 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
+
+       * configure.in: Set is_release=y for 2.12 release.
+       * configure: Likewise.
+
 2002-03-07  Daniel Jacobowitz  <drow@mvista.com>
 
        * configure.in: Bump version to 2.12.
index 28f1b44f92a6479260b38c34a360c7fd81fd6381..c6f78714ed550419ae50ce6b5b14638cbf60e4f6 100755 (executable)
@@ -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/'`
 
index 423ec59338ad3c80da8238b59038cccb15ddc6f1..5bedc01e86df56750dc975b62f1f7d9d88313201 100644 (file)
@@ -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/'`
index 44d88e4280e3e1811a8a7e393565eef316ff5565..d9cc110e91e67878ed5714e6dfb1975815bdd4fd 100644 (file)
@@ -1,3 +1,8 @@
+2002-03-08  Daniel Jacobowitz  <drow@mvista.com>
+
+       * Makefile.in (distclean): Remove config.cache, stamp-h, and
+       config.status.
+
 2002-01-21  Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
 
        * linux-msg.sed: Comment typo fix.
index 09647ded8eb48432bb650af3e30dcaea4d378c77..fa68d2ec7573e6b45107046703a89df8d5db1c7c 100644 (file)
@@ -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;"