Revision: 2556
          http://tmux.svn.sourceforge.net/tmux/?rev=2556&view=rev
Author:   tcunha
Date:     2011-07-09 13:45:24 +0000 (Sat, 09 Jul 2011)

Log Message:
-----------
Delete subversion directories before the actual tarball is created.

Modified Paths:
--------------
    trunk/Makefile.am

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am   2011-07-09 09:47:12 UTC (rev 2555)
+++ trunk/Makefile.am   2011-07-09 13:45:24 UTC (rev 2556)
@@ -10,7 +10,7 @@
        array.h compat.h tmux.h osdep-*.c
 dist-hook:
        grep "^#found_debug=" configure
-       find $(distdir) -name CVS -type d|xargs rm -Rf
+       find $(distdir) -name .svn -type d|xargs rm -Rf
 
 # Preprocessor flags.
 CPPFLAGS += @XOPEN_DEFINES@


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to