Commit 96b5daff by Richard Stallman

*** empty log message ***

From-SVN: r1204
parent b7004e53
...@@ -1570,7 +1570,7 @@ gcc.xtar.Z: gcc.xtar ...@@ -1570,7 +1570,7 @@ gcc.xtar.Z: gcc.xtar
gcc.xtar: doc gcc.xtar: doc
if grep -s "for version ${version}" gcc.texi; \ if grep -s "for version ${version}" gcc.texi; \
then true; \ then true; \
else echo "You must update the version number in \`gcc.texi'"; exit 1;\ else echo "You must update the version number in \`gcc.texi'"; sleep 10;\
fi fi
# Update the version number in README # Update the version number in README
awk '$$1 " " $$2 " " $$3 == "This directory contains" \ awk '$$1 " " $$2 " " $$3 == "This directory contains" \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment