Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro <nunomilheiro...
authorRaúl Porcel <armin76@gentoo.org>
Sat, 11 Sep 2010 18:17:48 +0000 (18:17 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Sat, 11 Sep 2010 18:17:48 +0000 (18:17 +0000)
ChangeLog
targets/support/chroot-functions.sh

index 6b48ef4ceecc3219587ceea8efd335e16965101c..ff8e3f181384f916fc875cffbdbf6d7bde52b806 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,11 @@
 # Distributed under the GPL v2
 # $Id$
 
+  11 Sep 2010; Raúl Porcel <armin76@gentoo.org>
+  targets/support/chroot-functions.sh:
+  Apply patch to make stage2 quiet, thanks to Alexandre Nuno Milheiro
+  <nunomilheiro@gmail.com>, gentoo bug #273664
+
   11 Sep 2010; Raúl Porcel <armin76@gentoo.org>
   targets/netboot/netboot-final.sh:
   Fix sparc bug, gentoo bug 297231
index 555c99f38727613430cbf27e14a2abe49daf2aef..f1bdb7f232ad707d59b231bcf6871e646a2e8093 100644 (file)
@@ -125,15 +125,16 @@ setup_myemergeopts(){
                clst_myemergeopts="--verbose"
        else
                clst_myemergeopts="--quiet"
+               bootstrap_opts="${bootstrap_opts} -q"
        fi
        if [ -n "${clst_FETCH}" ]
        then
-               export bootstrap_opts="-f"
+               export bootstrap_opts="${bootstrap_opts} -f"
                export clst_myemergeopts="${clst_myemergeopts} -f"
        elif [ -n "${clst_PKGCACHE}" ]
        then
                export clst_myemergeopts="${clst_myemergeopts} --usepkg --buildpkg --newuse"
-               export bootstrap_opts="-r"
+               export bootstrap_opts="${bootstrap_opts} -r"
        fi
 }