mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 14:49:38 +08:00
* contrib/ari/update-web-ari.sh: Update for version.in change.
This commit is contained in:
@ -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}"
|
||||
|
Reference in New Issue
Block a user