Woops! It's the kernel v ersion that is /custom/, not the kernel it self!

/trunk/scripts/showSamples.sh |    4     2     2     0 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
This commit is contained in:
Yann E. MORIN" 2008-07-25 15:54:52 +00:00
parent 96089bc58c
commit ebf85dfa9a

View File

@ -53,12 +53,12 @@ dump_single_sample() {
fi
else
printf "| ''${sample}'' "
printf "| ''${CT_KERNEL}'' "
if [ "${CT_KERNEL_LINUX_HEADERS_USE_CUSTOM_DIR}" = "y" ]; then
printf "| //custom// "
else
printf "| ''${CT_KERNEL}'' "
printf "| ${CT_KERNEL_VERSION} "
fi
printf "| ${CT_KERNEL_VERSION} "
printf "| ${CT_BINUTILS_VERSION} "
printf "| ''${CT_CC}'' "
printf "| ${CT_CC_VERSION} "