Gentoo Archives: gentoo-dev

From: Benda Xu <heroxbd@g.o>
To: gentoo-dev@l.g.o
Cc: Benda Xu <heroxbd@g.o>
Subject: [gentoo-dev] [PATCH 0/7] RFC1: toolchain.eclass prefix support
Date: Sun, 08 Jan 2017 05:44:27
Message-Id: 1483854247-10948-1-git-send-email-heroxbd@gentoo.org
In Reply to: [gentoo-dev] RFC: toolchain.eclass prefix support by Benda Xu
1 Hi,
2
3 This patch series is splitted from the previous one
4
5 https://archives.gentoo.org/gentoo-dev/message/8a7ac352cb047567309c70aaf7105305
6
7 Note that the splitting is not perfect when different kinds
8 of updates happen in adjacent lines.
9
10 Please review.
11
12 Benda
13
14 Benda Xu (7):
15 toolchain.eclass: Call fix_libtool_files.sh by name
16 toolchain.eclass: drop env -i from gcc-config calls.
17 toolchain.eclass: D->ED ROOT->EROOT replacements.
18 toolchain.eclass: prefixify helper scripts.
19 toolchain.eclass: Prepend/strip EPREFIX.
20 toolchain.eclass: Quote variables containing EPREFIX.
21 toolchain.eclass: remove trailing slash of D.
22
23 eclass/toolchain.eclass | 109 ++++++++++++++++++++++++------------------------
24 1 file changed, 55 insertions(+), 54 deletions(-)
25
26 --
27 2.8.3

Replies