summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-11-19 08:10:53 (GMT)
committerAlexey Neyman <stilor@att.net>2017-11-20 05:50:28 (GMT)
commit63e91f4eba6fc9ba61be04eda3cc7fae19c827b8 (patch)
treea6dd34002a5704b115b4c464eebb32e6b04e6482 /bootstrap
parent5e0d62fac62450c2527b6efaccbc5c5b6aef8c0e (diff)
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 <stilor@att.net>
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 52b27ed..0a7cee0 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} \