Index: Makefile =================================================================== --- Makefile (revision 98776) +++ Makefile (working copy) @@ -474,6 +474,7 @@ update: @if [ -d .svn ]; then \ echo "Updating from Subversion..." ; \ + echo "`date` Updated From `svn info|fgrep -i revision`" >> update.log; \ svn update | tee update.out; \ rm -f .version; \ if [ `grep -c ^C update.out` -gt 0 ]; then \