remove empty dirs
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42246 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -28,7 +28,7 @@ if [ ! -d $WX_WEB_DIR ]; then
|
|||||||
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWebSite
|
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout wxWebSite
|
||||||
else
|
else
|
||||||
cd $WX_WEB_DIR
|
cd $WX_WEB_DIR
|
||||||
cvs update -d
|
cvs update -d -P
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -d $WX_SRC_DIR ]; then
|
if [ ! -d $WX_SRC_DIR ]; then
|
||||||
@@ -38,7 +38,7 @@ if [ ! -d $WX_SRC_DIR ]; then
|
|||||||
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
|
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
|
||||||
else
|
else
|
||||||
cd $WX_SRC_DIR
|
cd $WX_SRC_DIR
|
||||||
cvs update -d
|
cvs update -d -P
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# this is where we will store the wxAll tarball we create
|
# this is where we will store the wxAll tarball we create
|
||||||
|
Reference in New Issue
Block a user