vapier 14/04/27 14:40:23 Modified: dotest Log: 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
Revision Changes Path 1.8 pax-utils/tests/source/dotest file : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-projects/pax-utils/tests/source/dotest?r1=1.7&r2=1.8 Index: dotest =================================================================== RCS file: /var/cvsroot/gentoo-projects/pax-utils/tests/source/dotest,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- dotest 7 Apr 2013 19:51:40 -0000 1.7 +++ dotest 27 Apr 2014 14:40:23 -0000 1.8 @@ -109,6 +109,15 @@ # +# Make sure we don't keep re-importing stuff into elf.h that +# breaks non-GNU systems. #507470 +# +grep -E "features.h|_DECLS" "${top_srcdir}"/elf.h > src.elf.h +testit src.elf.h + + + +# # Python checks # if pyflakes </dev/null 2>/dev/null; then
