- add update and diff targets

This commit is contained in:
Bryce Denney 2001-06-17 05:30:52 +00:00
parent 587dd94ba2
commit 5f27c18630
1 changed files with 7 additions and 1 deletions

View File

@ -1,6 +1,6 @@
################################################################### ###################################################################
# Makefile # Makefile
# $Id: Makefile,v 1.2 2001-06-17 05:25:56 bdenney Exp $ # $Id: Makefile,v 1.3 2001-06-17 05:30:52 bdenney Exp $
# #
# Runs a cvs update on the source forge shell account. # Runs a cvs update on the source forge shell account.
# This will only work if you are a developer on the Bochs # This will only work if you are a developer on the Bochs
@ -22,3 +22,9 @@ do_commit::
cvs commit cvs commit
commit:: do_commit remote_update commit:: do_commit remote_update
update::
cvs update -A -d
diff:
cvs diff