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.1 by tdb, Wed Jan 24 03:03:13 2001 UTC vs.
Revision 1.4 by tdb, Mon Jan 29 02:05:21 2001 UTC

# Line 14 | Line 14 | $(COMPILECHECK) : $(JAVA)
14          @touch $(COMPILECHECK)
15  
16   DOCLEAN :
17 <        rm -f $(COMPILECHECK)
17 >        rm -f $(COMPILECHECK) $(COPYCHECK)
18  
19 < DOCOPY :
19 > DOCOPY : $(COPYCHECK)
20 >
21 > $(COPYCHECK) : $(FILES)
22          cp $(FILES) `perl -e '$$root="$(SOURCEROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`
23 +        @touch $(COPYCHECK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines