r739 - branches/stable-1.0

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Sat Jul 23 18:23:07 EDT 2005


Author: icculus
Date: 2005-07-23 18:23:07 -0400 (Sat, 23 Jul 2005)
New Revision: 739

Modified:
   branches/stable-1.0/CHANGELOG
   branches/stable-1.0/Makefile.am.newautomake
   branches/stable-1.0/Makefile.am.oldautomake
Log:
Remove .svn dirs from release tarballs.


Modified: branches/stable-1.0/CHANGELOG
===================================================================
--- branches/stable-1.0/CHANGELOG	2005-07-23 22:22:47 UTC (rev 738)
+++ branches/stable-1.0/CHANGELOG	2005-07-23 22:23:07 UTC (rev 739)
@@ -6,7 +6,7 @@
 
 07232005 - Fixed bug in zip archiver (thanks, Jörg Walter!).
            Updated zlib to 1.2.3, which properly includes the security fix.
-           Fixed "make dist".
+           Fixed "make dist" to handle .svn dirs and other file changes...
            Upped version to 1.0.1.
 07132005 - Moved to zlib122, and security fix discussed here:
            http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CAN-2005-2096

Modified: branches/stable-1.0/Makefile.am.newautomake
===================================================================
--- branches/stable-1.0/Makefile.am.newautomake	2005-07-23 22:22:47 UTC (rev 738)
+++ branches/stable-1.0/Makefile.am.newautomake	2005-07-23 22:23:07 UTC (rev 739)
@@ -155,4 +155,5 @@
 	echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
 	echo >> $(distdir)/docs/README
 	rm -rf `find $(distdir) -name "CVS" -type d`
+	rm -rf `find $(distdir) -name ".svn" -type d`
 

Modified: branches/stable-1.0/Makefile.am.oldautomake
===================================================================
--- branches/stable-1.0/Makefile.am.oldautomake	2005-07-23 22:22:47 UTC (rev 738)
+++ branches/stable-1.0/Makefile.am.oldautomake	2005-07-23 22:23:07 UTC (rev 739)
@@ -51,3 +51,4 @@
 	echo " or can be read online at http://icculus.org/physfs/docs/" >> $(distdir)/docs/README
 	echo >> $(distdir)/docs/README
 	rm -rf `find $(distdir) -name "CVS" -type d`
+	rm -rf `find $(distdir) -name ".svn" -type d`




More information about the physfs-commits mailing list