ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/basics.mk
(Generate patch)

Comparing COMP/SCRAM/src/basics.mk (file contents):
Revision 1.9 by williamc, Thu Mar 25 13:06:28 1999 UTC vs.
Revision 1.13 by williamc, Thu Apr 1 08:27:33 1999 UTC

# Line 22 | Line 22 | vpath %.o $(LOCALTOP)/$(workdir):$(RELEA
22   #
23   ifdef ReqDependencies
24   always:$(LOCALTOP)/$(workdir)/PackageReqs
25 < $(LOCALTOP)/$(workdir)/PackageReqs::$(ReqDependencies)
25 > $(LOCALTOP)/$(workdir)/PackageReqs:$(ReqDependencies)
26          $(TOOL_HOME)/BuildPackageReqs $@ $?
27   endif
28  
# Line 80 | Line 80 | endif
80   #
81   # clientmakefile creation
82   #
83 < $(clientmakefile):: $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
83 > $(clientmakefile): $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings $(LOCALTOP)/.SCRAM/${SCRAM_ARCH}/clientsettings_reqs $(projdeps) $(TOOL_HOME)/ProcessSiteFile
84          @$(TOOL_HOME)/ProcessSiteFile $< $@ $(projdeps)
85  
86   HELPINCLUDEMAKEFILES := ${DefaultBuildFile} ${TOOL_HOME}/toolrules.mk
# Line 114 | Line 114 | echo_%:
114   # it has come through the wrapper script
115  
116   ifdef DefaultMakefile
117 < clean:
117 > clean::
118          @echo Cleaning working folder $(workdir)
119 <        @rm -rf $(LOCALTOP)/$(workdir)/*
119 >        @rm -rf $(LOCALTOP)/$(workdir)/.* $(LOCALTOP)/$(workdir)/*
120  
121   very_clean:
122          @echo Cleaning all working folders in $(INTwork)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines