* [gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose
@ 2017-03-11 22:21 Mike Frysinger
2017-03-14 20:17 ` Brian Dolbec
0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2017-03-11 22:21 UTC (permalink / raw
To: gentoo-catalyst
---
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 2f7949280355..b01bbbbda0eb 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"
--
2.12.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose
2017-03-11 22:21 [gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose Mike Frysinger
@ 2017-03-14 20:17 ` Brian Dolbec
0 siblings, 0 replies; 2+ messages in thread
From: Brian Dolbec @ 2017-03-14 20:17 UTC (permalink / raw
To: gentoo-catalyst
On Sat, 11 Mar 2017 14:21:59 -0800
Mike Frysinger <vapier@gentoo.org> wrote:
> ---
> 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
> 2f7949280355..b01bbbbda0eb 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"
Looks good, thanks
--
Brian Dolbec <dolsen>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-14 20:18 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-11 22:21 [gentoo-catalyst] [PATCH] stage1: run bootstrap w/--verbose Mike Frysinger
2017-03-14 20:17 ` Brian Dolbec
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox