[Javabdd-checkins] JavaBDD Makefile,1.13,1.14
Brought to you by:
joewhaley
|
From: John W. <joe...@us...> - 2004-06-23 07:49:28
|
Update of /cvsroot/javabdd/JavaBDD In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv977 Modified Files: Makefile Log Message: Added commit and update targets. Index: Makefile =================================================================== RCS file: /cvsroot/javabdd/JavaBDD/Makefile,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** Makefile 23 Jun 2004 06:24:36 -0000 1.13 --- Makefile 23 Jun 2004 07:49:19 -0000 1.14 *************** *** 229,232 **** --- 229,238 ---- $(RM) -rf javadoc + update: + ( export CVS_RSH=ssh ; cvs update -Pd ) + + commit: + ( export CVS_RSH=ssh ; cvs commit ) + empty := space := $(empty) $(empty) |