commit: 573a1115080c15caea73944aaafb333e2a2ae3d3
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 4 12:28:26 2021 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Jan 4 12:28:26 2021 +0000
URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=573a1115
scripts/bootstrap-prefix: ensure status doesn't seem to be stuck
emerge doesn't update the window title in stage3, so ensure it doesn't
wrongly say it's updating the tree
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
scripts/bootstrap-prefix.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 7927faf1bb..9a8d0bf459 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -2113,11 +2113,13 @@ bootstrap_stage3() {
# 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"
CPPFLAGS="-DGNUSTEP_BASE_VERSION" \
CFLAGS= CXXFLAGS= emerge --color n -u system || return 1
# remove anything that we don't need (compilers most likely)
einfo "running emerge --depclean"
+ estatus "stage3: emerge --depclean"
emerge --color n --depclean
# "wipe" mtimedb such that the resume list is proper after this stage