commit:     7307944cb40e014a1cde8acd93550f73be236f17
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 23 00:21:19 2015 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Jul 23 00:21:19 2015 +0000
URL:        https://gitweb.gentoo.org/proj/grs.git/commit/?id=7307944c

Move rebuild of toolchain to cycle 2.

 scripts/cycle.1.sh | 6 ------
 scripts/cycle.2.sh | 4 ++++
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
index 6c75fa4..afeada3 100644
--- a/scripts/cycle.1.sh
+++ b/scripts/cycle.1.sh
@@ -2,12 +2,6 @@
 
 source /etc/profile
 env-update
-
 emerge -b1q layman
 layman -L
 layman -a musl
-
-emerge -b1q binutils
-emerge -b1q gcc
-emerge -b1q musl
-emerge -b1q argp-standalone

diff --git a/scripts/cycle.2.sh b/scripts/cycle.2.sh
index c937e7d..7284f5a 100644
--- a/scripts/cycle.2.sh
+++ b/scripts/cycle.2.sh
@@ -6,6 +6,10 @@ emerge -b1q portage
 emerge -b1q argp-standalone
 emerge -b1q =app-portage/grs-9999
 
+emerge -b1q binutils
+emerge -b1q gcc
+emerge -b1q musl
+
 # This is from the tarball.
 rm -rf /etc/portage/package.use
 

Reply via email to