# | Line 3 | Line 3 | |
---|---|---|
3 | ||
4 | ## Rule to CVS update the files | |
5 | update : | |
6 | < | cvs -q -d $(CVSROOT) update |
6 | > | $(CVS) -q -d $(CVSROOT) update |
7 | ||
8 | ## General Build Rule for Java Files | |
9 | DOBUILD : $(COMPILECHECK) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |