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.3 by tdb, Sun Jan 7 19:37:39 2001 UTC vs.
Revision 1.6 by tdb, Mon Jan 29 02:04:17 2001 UTC

# Line 19 | Line 19 | $(COMPILECHECK) : $(JAVA)
19          @touch $(COMPILECHECK)
20  
21   DOCLEAN :
22 <        rm -f $(COMPILECHECK)
22 >        rm -f $(COMPILECHECK) $(COPYCHECK)
23  
24 < DOCOPY :
24 > DOCOPY : $(COPYCHECK)
25 >
26 > $(COPYCHECK) : $(FILES)
27          cp $(FILES) `perl -e '$$root="$(SERVERROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`
28 +        @touch $(COPYCHECK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines