]> git.saurik.com Git - wxWidgets.git/blobdiff - build/script/rebuild-makefiles.sh
Correct too-small size when the progress dialog is very simple
[wxWidgets.git] / 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
     )
 
 }