try and get callcatcher working again
This commit is contained in:
parent
0cfb61650a
commit
2e70dc68e6
1 changed files with 3 additions and 1 deletions
|
@ -129,10 +129,12 @@ findunusedcode:
|
|||
@mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \
|
||||
ln -sf $(SRCDIR)/solenv/$(INPATH)/bin/dmake \
|
||||
$(SRCDIR)/solenv/callcatcher/bin/dmake && \
|
||||
source $(SRCDIR)/config_host_callcatcher.mk && \
|
||||
source $(SRCDIR)/Env.callcatcher.sh && \
|
||||
source $(SRCDIR)/solenv/bin/callcatchEnv.Set.sh && \
|
||||
$(call gb_BuildplTarget_command,instsetoo_native,--all)
|
||||
@source $(SRCDIR)/Env.callcatcher.sh && \
|
||||
@source $(SRCDIR)/config_host_callcatcher.mk && \
|
||||
source $(SRCDIR)/Env.callcatcher.sh && \
|
||||
callanalyse \
|
||||
$$WORKDIR/LinkTarget/*/* \
|
||||
*/$$OUTPATH/bin/* \
|
||||
|
|
Loading…
Reference in a new issue