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.16 by williamc, Tue Apr 6 07:50:31 1999 UTC vs.
Revision 1.17.2.1 by williamc, Thu Apr 22 16:49:11 1999 UTC

# Line 52 | Line 52 | endif
52   # Site settings
53   #
54   clientmakefile=$(LOCALTOP)/$(INTwork)/clientmakefile
55 < include $(clientmakefile)
55 > -include $(clientmakefile)
56  
57   #
58   # get build targets
# Line 125 | Line 125 | echo_%:
125   ifdef DefaultMakefile
126   clean::
127          @echo Cleaning working folder $(workdir)
128 + ifdef LOCALTOP
129 + ifdef workdir
130          @rm -rf $(LOCALTOP)/$(workdir)/.* $(LOCALTOP)/$(workdir)/*
131 + endif
132 + endif
133  
134   very_clean:
135          @echo Cleaning all working folders in $(INTwork)
136          @cd $(LOCALTOP)/$(INTwork)
137 + ifdef LOCALTOP
138 + ifdef workdir
139          @rm -rf $(LOCALTOP)/$(INTwork)/*.o
140   endif
141 + endif
142 + endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines