commit:     a21d106400cb57ad52244c29975e439d4301a716
Author:     Brad Laue <brad <AT> brad-x <DOT> com>
AuthorDate: Thu Nov  4 23:15:01 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Nov  4 23:29:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=a21d1064

Use --deep and --newuse on final @system build

To capture dependency updates and build with updated USE flags prior to emerge
-e system - will avoid potential unresolved dependency situations.

[sam: ... and avoid needing to rbeuild stuff just after we've built
everything *again.*]

Closes: https://github.com/gentoo/prefix/pull/4
Signed-off-by: Sam James <sam <AT> gentoo.org>

 scripts/bootstrap-prefix.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index cbe4aa6543..44d8935c1f 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2162,10 +2162,10 @@ bootstrap_stage3() {
        # Avoid glib compiling for Cocoa libs if it finds them, since we're
        # still with an old llvm that may not understand the system headers
        # very well on Darwin (-DGNUSTEP_BASE_VERSION hack)
-       einfo "running emerge -u system"
-       estatus "stage3: emerge -u system"
+       einfo "running emerge -uDNav system"
+       estatus "stage3: emerge -uDNav system"
        CPPFLAGS="-DGNUSTEP_BASE_VERSION" \
-       CFLAGS= CXXFLAGS= emerge --color n -u -v system || return 1
+       CFLAGS= CXXFLAGS= emerge --color n -uDNav system || return 1
 
        # remove anything that we don't need (compilers most likely)
        einfo "running emerge --depclean"

Reply via email to