(mainversion): New variable.

(distdir): Use mainversion when verifying gcc.texi has been updated.

From-SVN: r5941
This commit is contained in:
Richard Stallman 1993-10-30 07:40:59 +00:00
parent 7b1a0c14e9
commit 1cf94605ca
1 changed files with 2 additions and 1 deletions

View File

@ -135,6 +135,7 @@ target= ... `configure' substitutes actual target name here.
xmake_file= ... `configure' substitutes actual x- file name here.
tmake_file= ... `configure' substitutes actual t- file name here.
version=`sed -e 's/.*\"\([^ \"]*\)[ \"].*/\1/' < $(srcdir)/version.c`
mainversion=`sed -e 's/.*\"\([0-9]*\.[0-9]*\).*/\1/' < $(srcdir)/version.c`
# Directory where sources are, from where we are.
srcdir = .
@ -2009,7 +2010,7 @@ gcc.xtar: distdir
distdir: doc $(srcdir)/INSTALL c-parse.y objc-parse.y cp-parse.y \
c-parse.c cp-parse.c objc-parse.c cexp.c
if grep -s "for version ${version}" gcc.texi; \
if grep -s "for version ${mainversion}" gcc.texi; \
then true; \
else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
fi