Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-projects commit in pax-utils/tests/source: dotest
Date: Sun, 27 Apr 2014 14:40:27
Message-Id: 20140427144023.87BE12004C@flycatcher.gentoo.org
1 vapier 14/04/27 14:40:23
2
3 Modified: dotest
4 Log:
5 drop features.h and such from elf.h again as we do not use it and it breaks no non-GNU systems #507470 by Yuta SATOH
6
7 Revision Changes Path
8 1.8 pax-utils/tests/source/dotest
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?r1=1.7&r2=1.8
13
14 Index: dotest
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-projects/pax-utils/tests/source/dotest,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- dotest 7 Apr 2013 19:51:40 -0000 1.7
21 +++ dotest 27 Apr 2014 14:40:23 -0000 1.8
22 @@ -109,6 +109,15 @@
23
24
25 #
26 +# Make sure we don't keep re-importing stuff into elf.h that
27 +# breaks non-GNU systems. #507470
28 +#
29 +grep -E "features.h|_DECLS" "${top_srcdir}"/elf.h > src.elf.h
30 +testit src.elf.h
31 +
32 +
33 +
34 +#
35 # Python checks
36 #
37 if pyflakes </dev/null 2>/dev/null; then