Update of /cvsroot/monetdb/buildtools/autogen/autogen
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv7564/autogen/autogen

Modified Files:
        am.py 
Log Message:
propagated changes of Friday Dec 07 2007 - Monday Dec 10 2007
from the MonetDB_1-20 branch to the development trunk


Index: am.py
===================================================================
RCS file: /cvsroot/monetdb/buildtools/autogen/autogen/am.py,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- am.py       9 Dec 2007 13:22:24 -0000       1.64
+++ am.py       10 Dec 2007 15:37:01 -0000      1.65
@@ -123,7 +123,7 @@
     for i in values:
         fd.write("\tmkdir -p $(distdir)/%s\n" % i)
         fd.write("\tcp -pR $(srcdir)/%s/* $(distdir)/%s\n" % (i, i))
-        fd.write("\t-find $(distdir)/%s -name CVS -exec rm -rf {} \\;\n" % i)
+        fd.write("\tfind $(distdir)/%s -depth -name CVS -exec rm -rf {} \\;\n" 
% i)
         fd.write("\tfind $(distdir)/%s -perm -0100 -type f ! -name \\*.bat ! 
-name \\*.sh ! -exec grep -q '^#!' {} \\; -exec chmod a-x {} \\;\n" % i)
 
 def am_extra_headers(fd, var, values, am):


-------------------------------------------------------------------------
SF.Net email is sponsored by: 
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins

Reply via email to