diff -r cf871e2cccc9 -r 45811aef4097 scripts/showSamples.sh --- a/scripts/showSamples.sh Wed May 23 19:07:54 2007 +0000 +++ b/scripts/showSamples.sh Sun Jun 17 12:11:16 2007 +0000 @@ -10,12 +10,9 @@ 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