# | 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 | ## Rule for making and compiling the IDL files | |
9 | $(IDLCHECK) : $(SERVERROOT)/idl/iscream.idl | |
# | Line 19 | Line 19 | $(COMPILECHECK) : $(JAVA) | |
19 | @touch $(COMPILECHECK) | |
20 | ||
21 | DOCLEAN : | |
22 | < | rm -f $(COMPILECHECK) |
23 | < | rm -f $(COPYCHECK) |
22 | > | rm -f $(COMPILECHECK) $(COPYCHECK) |
23 | ||
24 | DOCOPY : $(COPYCHECK) | |
25 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |