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

Comparing projects/cms/source/server/uk/org/iscream/cms/server/Makefile (file contents):
Revision 1.6.2.2 by tdb, Tue Dec 12 01:54:03 2000 UTC vs.
Revision 1.6.2.3 by tdb, Tue Dec 12 02:45:57 2000 UTC

# Line 31 | Line 31 | mkrootfilter :
31   mkutil :
32          cd util && $(MAKE) all
33  
34 + # Have to clean up those dependency files
35 + clean :
36 +        cd clientinterface && $(MAKE) clean
37 +        cd core && $(MAKE) clean
38 +        cd dbinterface && $(MAKE) clean
39 +        cd filter && $(MAKE) clean
40 +        cd filtermanager && $(MAKE) clean
41 +        cd rootfilter && $(MAKE) clean
42 +        cd util && $(MAKE) clean
43 +
44   # Main Include
45   include $(MKINC)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines