Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: autotools.eclass
Date: Mon, 31 Mar 2008 14:19:39
Message-Id: E1JgKrH-0006pW-Ln@stork.gentoo.org
1 vapier 08/03/31 14:19:35
2
3 Modified: autotools.eclass
4 Log:
5 include the exact command executed in the log
6
7 Revision Changes Path
8 1.73 eclass/autotools.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/autotools.eclass?rev=1.73&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/autotools.eclass?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/autotools.eclass?r1=1.72&r2=1.73
13
14 Index: autotools.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v
17 retrieving revision 1.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- autotools.eclass 23 Feb 2008 02:21:21 -0000 1.72
21 +++ autotools.eclass 31 Mar 2008 14:19:35 -0000 1.73
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.72 2008/02/23 02:21:21 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/autotools.eclass,v 1.73 2008/03/31 14:19:35 vapier Exp $
27 #
28 # Maintainer: base-system@g.o
29 #
30 @@ -215,7 +215,7 @@
31 local STDERR_TARGET="${T}/$$.out"
32 local ris
33
34 - printf "***** $1 *****\n\n" > "${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/}"
35 + printf "***** $1 *****\n***** $*\n\n" > "${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/}"
36
37 ebegin "Running $@"
38 "$@" >> "${STDERR_TARGET%/*}/$1-${STDERR_TARGET##*/}" 2>&1
39
40
41
42 --
43 gentoo-commits@l.g.o mailing list