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

Comparing projects/cms/source/conient/Makefile (file contents):
Revision 1.7 by tdb, Mon Mar 26 21:48:28 2001 UTC vs.
Revision 1.8 by tdb, Tue May 29 17:41:28 2001 UTC

# Line 6 | Line 6 | include Config.inc
6   all : build
7  
8   code :
9 <        cd uk/org/iscream && $(MAKE) all
9 >        cd uk/org/iscream/cms/conient && $(MAKE) all
10  
11   build : code
12          cd build && $(MAKE) package
# Line 16 | Line 16 | run : build
16  
17   clean :
18          cd build && $(MAKE) clean
19 <        cd uk/org/iscream && $(MAKE) clean
19 >        cd uk/org/iscream/cms/conient && $(MAKE) clean
20          rm -Rf $(BUILDCHECK)
21          rm -Rf $(CVSBUILDTEMP)
22          rm -Rf $(DOCDIR)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines