Build/distrib things
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@19516 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -129,6 +129,7 @@ if [ -z "${skipcvs}" ]; then
|
||||
if [ -e ${tarver} ]; then
|
||||
rm -rf ${tarver}
|
||||
fi
|
||||
echo cvs -d ${cvsroot} export -r ${cvs_tag} -d ${tarver} wxWindows
|
||||
cvs -d ${cvsroot} export -r ${cvs_tag} -d ${tarver} wxWindows > /dev/null 2>&1
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "*** CVS failure, exiting."
|
||||
|
Reference in New Issue
Block a user