Gentoo Archives: gentoo-commits

From: "Caleb Tennis (caleb)" <caleb@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: qt4-build.eclass
Date: Fri, 21 Dec 2007 21:44:13
Message-Id: E1J5pf1-0004CW-Pt@stork.gentoo.org
1 caleb 07/12/21 21:44:03
2
3 Modified: qt4-build.eclass
4 Log:
5 Don't prestrip files, and use -silent to make the build look nicer
6
7 Revision Changes Path
8 1.3 eclass/qt4-build.eclass
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.3&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?rev=1.3&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/eclass/qt4-build.eclass?r1=1.2&r2=1.3
13
14 Index: qt4-build.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v
17 retrieving revision 1.2
18 retrieving revision 1.3
19 diff -u -r1.2 -r1.3
20 --- qt4-build.eclass 21 Dec 2007 21:10:34 -0000 1.2
21 +++ qt4-build.eclass 21 Dec 2007 21:44:03 -0000 1.3
22 @@ -1,6 +1,6 @@
23 # Copyright 2005 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.2 2007/12/21 21:10:34 caleb Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/qt4-build.eclass,v 1.3 2007/12/21 21:44:03 caleb Exp $
27
28 # @ECLASS: qt4-build.eclass
29 # @MAINTAINER:
30 @@ -70,7 +70,7 @@
31 -sysconfdir ${QTSYSCONFDIR} -translationdir ${QTTRANSDIR} \
32 -examplesdir ${QTEXAMPLESDIR} -demosdir ${QTDEMOSDIR}"
33
34 - myconf="${myconf} -fast -reduce-relocations -nomake examples -nomake demos"
35 + myconf="${myconf} -silent -fast -reduce-relocations -nomake examples -nomake demos"
36
37 echo "${myconf}"
38 }
39 @@ -79,7 +79,7 @@
40 local dirs="$@"
41 for x in ${dirs}; do
42 cd "${S}"/${x}
43 - "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" && emake || die
44 + "${S}"/bin/qmake "LIBS+=-L${QTLIBDIR}" "CONFIG+=nostrip" && emake || die
45 done
46 }
47
48
49
50
51 --
52 gentoo-commits@g.o mailing list