* contrib/ari/update-web-ari.sh: Update for version.in change.
authorTom Tromey <tromey@redhat.com>
Tue, 2 Jul 2013 17:58:54 +0000 (17:58 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 2 Jul 2013 17:58:54 +0000 (17:58 +0000)
gdb/ChangeLog
gdb/contrib/ari/update-web-ari.sh

index 7b32358e3c5d6300ca301b84da431fa2ccee919f..64af72495ca524dfed0796b22057d52ec539422c 100644 (file)
@@ -1,3 +1,7 @@
+2013-07-02  Tom Tromey  <tromey@redhat.com>
+
+       * contrib/ari/update-web-ari.sh: Update for version.in change.
+
 2013-07-02  Tom Tromey  <tromey@redhat.com>
 
        * common/ptid.h: Comment fixes.
index ee331e4c779f4b069532138bb36a7953587fd8c4..ffc0c3345782400f6a46dd6eab9da46321f897e8 100644 (file)
@@ -140,8 +140,9 @@ then
     echo ERROR: missing version file 1>&2
     exit 1
 fi
-version=`cat ${version_in}`
 
+date=`sed -n -e 's/^.* BFD_VERSION_DATE \(.*\)$/\1/p' $srcdir/bfd/version.h`
+version=`sed -e "s/DATE/$date/" < ${version_in}`
 
 # THIS HAS SUFFERED BIT ROT
 if ${check_warning_p} && test -d "${srcdir}"