diff -r 7e90583334e0 -r f11e2ba89d7f scripts/showSamples.sh --- a/scripts/showSamples.sh Tue Sep 02 21:14:47 2008 +0000 +++ b/scripts/showSamples.sh Thu Sep 04 15:42:25 2008 +0000 @@ -57,6 +57,10 @@ fi else printf "| ''${sample}'' " + printf "| " + [ "${CT_EXPERIMENTAL}" = "y" ] && printf "X" + [ -f "${sample_top}/samples/${sample}/broken" ] && printf "B" + printf ' ' printf "| ''${CT_KERNEL}'' " if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then printf "| //custom// " @@ -109,8 +113,9 @@ done if [ "${opt}" = -w ]; then - echo "^ @@DATE@@ ^ ||||||||||||" + echo "^ @@DATE@@ ^ |||||||||||||" printf "^ Target " + printf "^ Status " printf "^ Kernel headers\\\\\\\\ version ^" printf "^ binutils version " printf "^ C compiler\\\\\\\\ version ^" @@ -128,7 +133,7 @@ done if [ "${opt}" = -w ]; then - printf "^ Total: ${#@} samples | ||||||||||||" + printf "^ Total: ${#@} samples | ''X'': sample uses features marked as being EXPERIMENTAL.\\\\\\\\ ''B'': Samples is curently BROKEN. |||||||||||||" echo "" elif [ -z "${opt}" ]; then echo ' l (local) : sample was found in current directory'