mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-05-31 14:50:50 +00:00
Beautify samples listing.
/trunk/scripts/showSamples.sh | 8 4 4 0 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-)
This commit is contained in:
parent
76505c71c4
commit
05fc40d0ec
@ -25,10 +25,10 @@ dump_single_sample() {
|
||||
fi
|
||||
. "${sample_top}/samples/${sample}/crosstool.config"
|
||||
if [ -z "${wiki}" ]; then
|
||||
printf " %-*s (%s" ${width} "${sample}" "${sample_type}"
|
||||
[ -f "${sample_top}/samples/${sample}/broken" ] && printf ",B"
|
||||
[ "${CT_EXPERIMENTAL}" = "y" ] && printf ",X"
|
||||
echo ")"
|
||||
printf " %-*s [%s" ${width} "${sample}" "${sample_type}"
|
||||
[ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" || printf " "
|
||||
[ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" || printf " "
|
||||
echo "]"
|
||||
if [ ${verbose} -ne 0 ]; then
|
||||
echo " OS : ${CT_KERNEL}-${CT_KERNEL_VERSION}"
|
||||
if [ "${CT_GMP_MPFR}" = "y" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user