Gentoo Archives: gentoo-commits

From: "Anthony G. Basile" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/grs:desktop-amd64-uclibc-hardened commit in: scripts/
Date: Sat, 28 May 2016 15:23:46
Message-Id: 1464449116.088832cb6b09cbecd9c58a5ed72f28405f531074.blueness@gentoo
1 commit: 088832cb6b09cbecd9c58a5ed72f28405f531074
2 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 28 15:25:16 2016 +0000
4 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org>
5 CommitDate: Sat May 28 15:25:16 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=088832cb
7
8 scrips/cycle.1.sh: ensure uclibc is upgraded
9
10 scripts/cycle.1.sh | 10 +++++++---
11 1 file changed, 7 insertions(+), 3 deletions(-)
12
13 diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh
14 index b8d2e7b..ee6dff5 100644
15 --- a/scripts/cycle.1.sh
16 +++ b/scripts/cycle.1.sh
17 @@ -1,10 +1,14 @@
18 #!/bin/bash -e
19
20 -# This comes from the stage3.
21 -rm -f /etc/portage/package.use/uclibc
22 -
23 source /etc/profile
24 env-update
25 +
26 +# This comes from the stage3, but we might
27 +# be building a different version of uclibc.
28 +rm -f /etc/portage/package.use/uclibc
29 +rm -f /etc/portage/savedconfig/sys-libs/uclibc
30 +emerge -b1q uclibc
31 +
32 emerge -b1q binutils
33 emerge -b1q gcc
34 emerge -b1q uclibc