diff options
author | 2017-03-11 13:53:42 -0800 | |
---|---|---|
committer | 2017-03-11 13:54:00 -0800 | |
commit | bdd15f9425bc1aa45d1ed3a8afb57cd751ea0d9c (patch) | |
tree | af68cd781a43d0dcc23bb0e492c482f584205f06 | |
parent | would be nice if the ebuild worked again (diff) | |
download | catalyst-bdd15f9425bc1aa45d1ed3a8afb57cd751ea0d9c.tar.gz catalyst-bdd15f9425bc1aa45d1ed3a8afb57cd751ea0d9c.tar.bz2 catalyst-bdd15f9425bc1aa45d1ed3a8afb57cd751ea0d9c.zip |
stage1: run bootstrap w/--verbose
-rwxr-xr-x | targets/support/chroot-functions.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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" |