- changed "commit" so that it always does an update before the commit

This commit is contained in:
Bryce Denney 2001-06-17 13:32:16 +00:00
parent c9f28d0b0b
commit 4a476aaa39

View File

@ -1,6 +1,6 @@
###################################################################
# Makefile
# $Id: Makefile,v 1.3 2001-06-17 05:30:52 bdenney Exp $
# $Id: Makefile,v 1.4 2001-06-17 13:32:16 bdenney Exp $
#
# Runs a cvs update on the source forge shell account.
# This will only work if you are a developer on the Bochs
@ -21,7 +21,7 @@ remote_update::
do_commit::
cvs commit
commit:: do_commit remote_update
commit:: update do_commit remote_update
update::
cvs update -A -d