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

Comparing projects/cms/source/host/ihost-perl/Makefile (file contents):
Revision 1.1 by tdb, Wed Feb 28 16:41:04 2001 UTC vs.
Revision 1.4 by tdb, Mon Mar 26 17:02:20 2001 UTC

# Line 4 | Line 4
4   include Config.inc
5  
6   # these files will be included in the distribution
7 < FILESRC = ihost.pl ../generic/statgrab.pl
8 < FILES = ihost.pl statgrab.pl
7 > FILESRC = README ihost.pl ../generic/statgrab.pl ihostchk.sh
8 > FILES = README ihost.pl statgrab.pl ihostchk.sh
9  
10   all: dist
11  
# Line 24 | Line 24 | cvsbuild:
24          cp $(CVSBUILDTEMP)/$(IHOST)/$(BUILDDIR)/$(TARGZFILE) $(BUILDDIR)/$(ARCNAME)-$(REVISION)$(TARGZEXT)
25  
26   clean:
27 +        rm -Rf $(BUILDDIR)/$(TARFILE)
28          rm -Rf $(BUILDDIR)/$(TARGZFILE)
29 +        rm -Rf $(BUILDDIR)/$(ARCNAME)-*$(TAREXT)
30          rm -Rf $(BUILDDIR)/$(ARCNAME)-*$(TARGZEXT)
31          cd $(BUILDDIR) && rm -Rf $(FILES)
32          rm -Rf $(CVSBUILDTEMP)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines