diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 17:59:35 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2009-03-04 17:59:35 +0000 |
commit | 806a517cc2107d3176475346f6be4ac065015119 (patch) | |
tree | a22a4e407e8a347369bb478bb7e7cd6ad960af93 /scripts/addToolVersion.sh | |
parent | c4a2b614897a93429f62e781171e2375622d6ed0 (diff) | |
download | crosstool-ng-806a517cc2107d3176475346f6be4ac065015119.tar.gz crosstool-ng-806a517cc2107d3176475346f6be4ac065015119.tar.bz2 crosstool-ng-806a517cc2107d3176475346f6be4ac065015119.zip |
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-x | scripts/addToolVersion.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh index 1fa6c132..0f6bf034 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'. |