From: Gerald Pfeifer Date: Wed, 23 Jul 2003 15:56:40 +0000 (+0200) Subject: gcc_release (usage): Document that -s now takes symbolic name and branch of the snaps... X-Git-Tag: releases/gcc-3.4.0~4660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1f9d62562662835fbf941f6e86ec0a59d817d955;p=thirdparty%2Fgcc.git gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. * gcc_release (usage): Document that -s now takes symbolic name and branch of the snapshot as parameters. Implement this as part of command-line processing. (BRANCH): Remove default initialization for snapshots. (CVSBRANCH): Ditto. Do not lay down a CVS tag if generating a snapshot from mainline. From-SVN: r69708 --- diff --git a/maintainer-scripts/ChangeLog b/maintainer-scripts/ChangeLog index 66c53a20af2c..8612da0eda20 100644 --- a/maintainer-scripts/ChangeLog +++ b/maintainer-scripts/ChangeLog @@ -1,3 +1,12 @@ +2003-07-23 Gerald Pfeifer + + * gcc_release (usage): Document that -s now takes symbolic name + and branch of the snapshot as parameters. + Implement this as part of command-line processing. + (BRANCH): Remove default initialization for snapshots. + (CVSBRANCH): Ditto. + Do not lay down a CVS tag if generating a snapshot from mainline. + 2003-07-19 Gerald Pfeifer * gcc_release (announce_snapshot): Use ${RELEASE} instead diff --git a/maintainer-scripts/gcc_release b/maintainer-scripts/gcc_release index 3417abb08722..2966b6e431f2 100755 --- a/maintainer-scripts/gcc_release +++ b/maintainer-scripts/gcc_release @@ -64,13 +64,13 @@ inform() { usage() { cat <