Changeset: 42253b980b4b for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=42253b980b4b
Modified Files:
        buildtools/autogen/autogen/am.py
Branch: Aug2011
Log Message:

autogen cleanup
When creating the distribution tar ball we don't need to delete
non-existent CVS subdirs, and we don't have to fix execute bits
anymore.


diffs (12 lines):

diff --git a/buildtools/autogen/autogen/am.py b/buildtools/autogen/autogen/am.py
--- a/buildtools/autogen/autogen/am.py
+++ b/buildtools/autogen/autogen/am.py
@@ -131,8 +131,6 @@ def am_extra_dist_dir(fd, var, values, a
     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("\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):
     for i in values:
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to