Re: xorg 6.9 manifest check failure in svn r728

2005-10-27 Thread Andreas Metzler
Frans Pop [EMAIL PROTECTED] wrote:
 On Saturday 22 October 2005 22:57, Will Dyson wrote:
 + for name in `find src -print | grep -v svn` ;   \@@\

 I would suggest to make that grep -v \.svn.

This should be faster

[...] find src -name .svn -prune -or -print

I do not know whether you'll like it.
   cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



xorg 6.9 manifest check failure in svn r728

2005-10-22 Thread Will Dyson
Hi david,

I just checked out and built branches/6.9/ for amd64.

It builds fine, but fails the manifest check due to the upstream
install target for rstart copying the .svn/ directory for
xc/programs/rstart/commands/ and xc/programs/rstart/contexts/ into
debian/tmp/.

xc/programs/rstart/Imakefile defines a Recurse macro that filters out
CVS files, but this fails for obvious reasons with a svn checkout.
Switching CVS for svn as in the trivial patch below cures the problem.
Not knowing much about Imake, it took me a while to track this down,
so I thought I'd let you know about it.


Index: Imakefile
===
--- Imakefile   (revision 728)
+++ Imakefile   (working copy)
@@ -114,7 +114,7 @@
esac

 #defineRecurse(src, dest, filefunc) set -x;
\@@\
-   for name in `find src -print | grep -v CVS` ;   \@@\
+   for name in `find src -print | grep -v svn` ;   \@@\
do  \@@\
if test -f $$name;  \@@\
then\@@\


--
Will Dyson



Re: xorg 6.9 manifest check failure in svn r728

2005-10-22 Thread Frans Pop
On Saturday 22 October 2005 22:57, Will Dyson wrote:
 + for name in `find src -print | grep -v svn` ;   \@@\

I would suggest to make that grep -v \.svn.


pgpqpOhoYzftd.pgp
Description: PGP signature