|
|
Running make check I noticed lots of these warnings coming from
fixincludes:
Missing header fix: ansi/.svn/text-base/math.h.svn-base
Missing header fix: ansi/.svn/text-base/stdlib.h.svn-base
Missing header fix: ansi/.svn/entries
Fixed with the appended patch, committed as obvious,
Andreas
2005-11-05 Andreas Jaeger <aj@xxxxxxx>
* check.tpl: Adopt for move to subversion.
Index: fixincludes/check.tpl
===================================================================
--- fixincludes/check.tpl (revision 106521)
+++ fixincludes/check.tpl (working copy)
@@ -144,7 +144,7 @@ echo $exitok`
cd $TESTBASE
find * -type f -print | \
-fgrep -v 'CVS/' > ${TESTDIR}/LIST
+fgrep -v '.svn/' > ${TESTDIR}/LIST
exitok=`
exec < ${TESTDIR}/LIST
--
Andreas Jaeger, aj@xxxxxxx, http://www.suse.de/~aj
SUSE Linux Products GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GPG fingerprint = 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126
|
|