remove .# from makefile tarball

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43676 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Chris Elliott 2006-11-27 13:25:06 +00:00
parent 5baaee7c07
commit 0657342749

View 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
)
}