mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-22 18:10:56 +00:00
When dumping the DokuWiki table of samples, don't leave the kernel headers version empty if using a custom headers set., and say so.
/trunk/scripts/showSamples.sh | 6 5 1 0 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
This commit is contained in:
parent
9a9d609035
commit
96089bc58c
@ -53,7 +53,11 @@ 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}'' "
|
||||
fi
|
||||
printf "| ${CT_KERNEL_VERSION} "
|
||||
printf "| ${CT_BINUTILS_VERSION} "
|
||||
printf "| ''${CT_CC}'' "
|
||||
|
Loading…
x
Reference in New Issue
Block a user