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.10 by tdb, Sat Mar 10 04:00:13 2001 UTC vs.
Revision 1.11 by tdb, Wed Mar 14 22:01:08 2001 UTC

# Line 6 | Line 6 | update :
6          $(CVS) -q -d $(CVSROOT) update
7  
8   ## Rule for making and compiling the IDL files
9 < $(IDLCHECK) : $(SERVERROOT)/idl/iscream.idl
10 <        cd $(SERVERROOT)/idl && $(MAKE) build
9 > $(IDLCHECK) : $(SOURCEROOT)/idl/iscream.idl
10 >        cd $(SOURCEROOT)/idl && $(MAKE) build
11          rm -f $(COMPILECHECK)
12  
13   ## General Build Rule for Java Files
# Line 24 | Line 24 | DOCLEAN :
24   DOCOPY : $(COPYCHECK)
25  
26   $(COPYCHECK) : $(FILES)
27 <        cp $(FILES) `perl -e '$$root="$(SERVERROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`
27 >        cp $(FILES) `perl -e '$$root="$(SOURCEROOT)";$$path=\`pwd\`;$$path=~s/^$$root($$1)/$$1/;print "$(BUILD)".$$path;'`
28          @touch $(COPYCHECK)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines