From 63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 19 Nov 2017 00:10:53 -0800 Subject: A few fixes for showSamples - Use fork's name, not the master package name - Allow to use a choice selector when printing a package - Consider complibs always present (they are, gcc does require gmp/...) Signed-off-by: Alexey Neyman --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 52b27ed4..0a7cee07 100755 --- a/bootstrap +++ b/bootstrap @@ -697,7 +697,7 @@ gen_selection() local dir="${2}" local label="${3}" - msg "Generating ${dir}.in" + msg "Generating ${dir}.in (${type})" exec >"${config_gen_dir}/${dir}.in" info=( \ [dir]=${dir} \ -- cgit v1.2.3