ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/server/Makefile.inc
(Generate patch)

Comparing projects/cms/source/server/Makefile.inc (file contents):
Revision 1.6 by tdb, Mon Jan 29 02:04:17 2001 UTC vs.
Revision 1.8 by tdb, Thu Mar 1 17:15:43 2001 UTC

# 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 14 | Line 14 | $(IDLCHECK) : $(SERVERROOT)/idl/iscream.idl
14   DOBUILD : $(IDLCHECK) $(COMPILECHECK)
15  
16   $(COMPILECHECK) : $(JAVA)
17 <        javac -g:none -O -classpath $(JCCLASSPATH) -d $(BUILD) $?
17 >        javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) $?
18          @touch $(BUILDCHECK)
19          @touch $(COMPILECHECK)
20  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines