git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41042
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
. scripts/build-environ.cfg
fi
. scripts/build-environ.cfg
fi
+echo "temp dir is $WX_TEMP_DIR"
START_DIR="$PWD"
SCRIPTDIR=${START_DIR}/scripts
START_DIR="$PWD"
SCRIPTDIR=${START_DIR}/scripts
fi
if [ ! -d $WX_SRC_DIR ]; then
fi
if [ ! -d $WX_SRC_DIR ]; then
cvs -d:pserver:anoncvs:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login
echo "Grabbing wx CVS with tag $BUILD_TAG"
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
cvs -d:pserver:anoncvs:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets login
echo "Grabbing wx CVS with tag $BUILD_TAG"
cvs -d:pserver:anoncvs@cvs.wxwidgets.org:/pack/cvsroots/wxwidgets checkout -r $BUILD_TAG wxWidgets
#re-bake the bakefiles
if [ $rebake = "yes" ]; then
#re-bake the bakefiles
if [ $rebake = "yes" ]; then
+ if [ ! -d $WX_SRC_DIR/build/bakefiles ]; then
+ mkdir $WX_SRC_DIR/build/bakefiles
+ fi
+
cd $WX_SRC_DIR/build/bakefiles
# always rebuild the bakefiles to avoid conflicts with cvs
## better to not use unix2dos on the wxWidgets tree so we don't get the conflicts
cd $WX_SRC_DIR/build/bakefiles
# always rebuild the bakefiles to avoid conflicts with cvs
## better to not use unix2dos on the wxWidgets tree so we don't get the conflicts
rm -rf $APPDIR/deliver/*
rm -rf $START_DIR/$DIST_DIR/*
rm -rf $APPDIR/deliver/*
rm -rf $START_DIR/$DIST_DIR/*
-tar czf $START_DIR/$DIST_DIR/wxWidgets-snapshot-$BUILD_VERSION.tar.gz `basename $APPDIR`
+
+tar czf $START_DIR/$DIST_DIR/wxWidgets-snapshot-$BUILD_VERSION.tar.gz $WX_TEMP_DIR
#export DESTDIR=$STAGING_DIR
cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts
#export DESTDIR=$STAGING_DIR
cp $SCRIPTDIR/create_archives.sh $APPDIR/distrib/scripts