From bdd15f9425bc1aa45d1ed3a8afb57cd751ea0d9c Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sat, 11 Mar 2017 13:53:42 -0800 Subject: stage1: run bootstrap w/--verbose --- targets/support/chroot-functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/targets/support/chroot-functions.sh b/targets/support/chroot-functions.sh index 2f794928..b01bbbbd 100755 --- a/targets/support/chroot-functions.sh +++ b/targets/support/chroot-functions.sh @@ -139,6 +139,7 @@ setup_myemergeopts(){ if [[ "${clst_VERBOSE}" == "true" ]] then clst_myemergeopts="--verbose" + bootstrap_opts="${bootstrap_opts} -v" else clst_myemergeopts="--quiet" bootstrap_opts="${bootstrap_opts} -q" -- cgit v1.2.3-65-gdbad