mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-19 08:36:16 +00:00
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:
parent
96089bc58c
commit
ebf85dfa9a
@ -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} "
|
||||
|
Loading…
x
Reference in New Issue
Block a user