commit: 61d84484156aca4c9f0613ce15a75b8e925ba11d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 19 13:33:18 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 19 13:33:18 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=61d84484
scripts/bootstrap-prefix.sh: don't use --ask in emerge ... @system call
Reported-by: Guilherme Amadio <amadio <AT> gentoo.org>
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 65f56ab99b..1c6c42dad6 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2168,10 +2168,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 -uDNav system"
- estatus "stage3: emerge -uDNav system"
+ einfo "running emerge -uDNv system"
+ estatus "stage3: emerge -uDNv system"
CPPFLAGS="-DGNUSTEP_BASE_VERSION" \
- CFLAGS= CXXFLAGS= emerge --color n -uDNav system || return 1
+ CFLAGS= CXXFLAGS= emerge --color n -uDNv system || return 1
# remove anything that we don't need (compilers most likely)
einfo "running emerge --depclean"