]> git.saurik.com Git - wxWidgets.git/commitdiff
remove .# from makefile tarball
authorChris Elliott <biol75@york.ac.uk>
Mon, 27 Nov 2006 13:25:06 +0000 (13:25 +0000)
committerChris Elliott <biol75@york.ac.uk>
Mon, 27 Nov 2006 13:25:06 +0000 (13:25 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/script/rebuild-makefiles.sh

index 3a47ee428e8f9a3ab8e8665b0543c36a759008da..95f8bfdac52884c52141c5b651369a490f898be6 100644 (file)
@@ -9,7 +9,9 @@ LD_LIBRARY_PATH=/usr/local/lib
 update_from_cvs()
 {
     (
-    cd ${WORKDIR}/wxWidgets &&  cvs -z3 update -P -d
+    cd ${WORKDIR}/wxWidgets 
+    cvs -z3 update -P -d
+    find . -name \.#\* | xargs rm -rf
     )
 
 }