Print start and stop time
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28122 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -145,6 +145,8 @@ VERSION=`python -c "import setup;print setup.VERSION"`
|
|||||||
#echo VERSION=$VERSION
|
#echo VERSION=$VERSION
|
||||||
#exit 0
|
#exit 0
|
||||||
|
|
||||||
|
echo "Getting started at " `date`
|
||||||
|
|
||||||
# ---------------------------------------------------------------------------
|
# ---------------------------------------------------------------------------
|
||||||
# Make the sources and other basic stuff.
|
# Make the sources and other basic stuff.
|
||||||
|
|
||||||
@@ -324,6 +326,7 @@ chmod a+r $STAGING_DIR/*
|
|||||||
|
|
||||||
if [ $KIND = dryrun ]; then
|
if [ $KIND = dryrun ]; then
|
||||||
# we're done
|
# we're done
|
||||||
|
echo "Finished at " `date`
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -366,6 +369,8 @@ Have fun!
|
|||||||
R'bot
|
R'bot
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
echo "Finished at " `date`
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@@ -386,6 +391,7 @@ if [ $KIND = release ]; then
|
|||||||
rm $STAGING_DIR/*
|
rm $STAGING_DIR/*
|
||||||
rmdir $STAGING_DIR
|
rmdir $STAGING_DIR
|
||||||
|
|
||||||
|
echo "Finished at " `date`
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user