* contrib/ari/update-web-ari.sh: Update for version.in change.
This commit is contained in:
parent
bd1df410dd
commit
ac6dd50fbf
@ -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>
|
2013-07-02 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* common/ptid.h: Comment fixes.
|
* common/ptid.h: Comment fixes.
|
||||||
|
@ -140,8 +140,9 @@ then
|
|||||||
echo ERROR: missing version file 1>&2
|
echo ERROR: missing version file 1>&2
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
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
|
# THIS HAS SUFFERED BIT ROT
|
||||||
if ${check_warning_p} && test -d "${srcdir}"
|
if ${check_warning_p} && test -d "${srcdir}"
|
||||||
|
Loading…
Reference in New Issue
Block a user