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:
parent
5baaee7c07
commit
0657342749
@ -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
|
||||
)
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user