Gentoo Archives: gentoo-commits

From: Ben Kohler <bkohler@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/releng:master commit in: tools/
Date: Sun, 06 Jan 2019 20:38:55
Message-Id: 1546807093.3eb7bc30bc85acf9ff9ecbc832a35c68e3a75bb6.bkohler@gentoo
1 commit: 3eb7bc30bc85acf9ff9ecbc832a35c68e3a75bb6
2 Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 6 20:38:13 2019 +0000
4 Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 6 20:38:13 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=3eb7bc30
7
8 catalyst-auto-sparc64.conf: only rsync in final post_build call
9
10 Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
11
12 tools/catalyst-auto-sparc64.conf | 3 +++
13 1 file changed, 3 insertions(+)
14
15 diff --git a/tools/catalyst-auto-sparc64.conf b/tools/catalyst-auto-sparc64.conf
16 index e220c414..570a0566 100644
17 --- a/tools/catalyst-auto-sparc64.conf
18 +++ b/tools/catalyst-auto-sparc64.conf
19 @@ -48,6 +48,9 @@ update_symlinks() {
20
21
22 post_build() {
23 + # We only want to do anything on the final (0 argument) post_build call
24 + [ $# -eq 0 ] || return 0
25 +
26 mkdir -p ${TMPDIR}/empty
27 cmd=(
28 rsync