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 |
|
|
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 |
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)/* |
120 |
|
|