diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 12:11:16 +0000 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2007-06-17 12:11:16 +0000 |
commit | ca5213a38750919f6a0dd8d232e206693cf430bf (patch) | |
tree | a5f0141fbea9863e51001ec7c89b8a938552d36a /scripts/showSamples.sh | |
parent | b166f010a257d6cfd27e46ecb6e2ac6b505292c8 (diff) | |
download | crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.tar.gz crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.tar.bz2 crosstool-ng-ca5213a38750919f6a0dd8d232e206693cf430bf.zip |
scripts/showSamples.sh:
- revert sample dumping to not show the components versions;
docs/overview.txt:
- reorder docs/overview.txt so that configuring comes before running,
- tell about regtest;
Makefile:
config/global.in:
- point to docs/overview.txt for the list of steps;
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index 62a18f89..ac05e911 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -10,12 +10,9 @@ export GREP_OPTIONS= dump_single_sample() { local width="$1" local sample="$2" - . "${CT_TOP_DIR}/samples/${sample}/crosstool.config" printf " %-*s" ${width} "${sample}" [ -f "${CT_TOP_DIR}/samples/${sample}/broken" ] && printf " (broken)" echo - echo " \ ${CT_KERNEL}-${CT_KERNEL_VERSION} binutils-${CT_BINUTILS_VERSION}" - echo " \_ ${CT_CC}-${CT_CC_VERSION} ${CT_LIBC}-${CT_LIBC_VERSION}" } # Get largest sample width |