summaryrefslogtreecommitdiff
path: root/scripts/addToolVersion.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-04 17:59:35 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-04 17:59:35 (GMT)
commit806a517cc2107d3176475346f6be4ac065015119 (patch)
treea22a4e407e8a347369bb478bb7e7cd6ad960af93 /scripts/addToolVersion.sh
parentc4a2b614897a93429f62e781171e2375622d6ed0 (diff)
Move do_finish from scripts/functions to its own file in scipts/build/internals.sh.
/trunk/scripts/build/internals.sh | 907 4 903 0 --------------------------------------------- /trunk/scripts/addToolVersion.sh | 8 4 4 0 /trunk/scripts/crosstool-NG.sh.in | 1 1 0 0 + /trunk/scripts/functions | 48 0 48 0 -- 4 files changed, 9 insertions(+), 955 deletions(-)
Diffstat (limited to 'scripts/addToolVersion.sh')
-rwxr-xr-xscripts/addToolVersion.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh
index 1fa6c13..0f6bf03 100755
--- a/scripts/addToolVersion.sh
+++ b/scripts/addToolVersion.sh
@@ -17,16 +17,16 @@ Usage: ${myname} <tool> <[options] version [...]> ...
Valid options for all tools:
--stable, -s, +x (default)
- mark the version as being stable (as opposed to experimental)
+ mark the version as being stable (as opposed to experimental, below)
--experimental, -x, +s
- mark the version as being experimental (as opposed to stable)
+ mark the version as being experimental (as opposed to stable, above)
--current, -c, +o (default)
- mark the version as being cuurent (as opposed to obsolete)
+ mark the version as being cuurent (as opposed to obsolete, below)
--obsolete, -o, +c
- mark the version as being obsolete (as opposed to current)
+ mark the version as being obsolete (as opposed to current, above)
Note: setting a new tool resets to the defaults: 'stable' and 'current'.