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.2 by tdb, Wed Dec 13 18:34:09 2000 UTC vs.
Revision 1.5 by tdb, Mon Jan 29 00:30:37 2001 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines