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

Comparing projects/cms/source/conient/Makefile.inc (file contents):
Revision 1.4 by tdb, Mon Jan 29 02:05:21 2001 UTC vs.
Revision 1.6 by tdb, Thu Mar 1 17:18:18 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   ## General Build Rule for Java Files
9   DOBUILD : $(COMPILECHECK)
10  
11   $(COMPILECHECK) : $(JAVA)
12 <        javac -g:none -O -classpath $(JCCLASSPATH) -d $(BUILD) $?
12 >        javac $(JCFLAGS) -classpath $(JCCLASSPATH) -d $(BUILD) $?
13          @touch $(BUILDCHECK)
14          @touch $(COMPILECHECK)
15  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines