From 8fd1bd1879bae6d183ff45eba49d46ccfcd466c0 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Wed, 19 Jun 2013 16:46:21 +0100 Subject: bodge callcatcher build back to half-life Change-Id: I91393aa912bd69f3fbeb67d895ff7d8021effccb --- Makefile.in | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 7dde471d8912..01d8d5c6806c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -380,11 +380,13 @@ docs: findunusedcode: @which callcatcher > /dev/null 2>&1 || \ (echo "callcatcher not installed" && false) - @sed -e s,$$INPATH,callcatcher,g config_host.mk | sed -e s,"export OOO_JUNIT_JAR=.*","export OOO_JUNIT_JAR=",g > $(SRCDIR)/config_host_callcatcher.mk - @echo unexport ARCH_FLAGS >> $(SRCDIR)/config_host_callcatcher.mk - @echo unexport CFLAGS >> $(SRCDIR)/config_host_callcatcher.mk - @echo unexport CXXFLAGS >> $(SRCDIR)/config_host_callcatcher.mk - @mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \ + @mkdir -p $(SRCDIR)/callcatcher/config_host + @cp config_host/* callcatcher/config_host + @cp config_host.mk* callcatcher + @sed -e s,$$INPATH,callcatcher,g config_host.mk | sed -e s,"export OOO_JUNIT_JAR=.*","export OOO_JUNIT_JAR=",g > $(SRCDIR)/callcatcher/config_host.mk + @echo unexport ARCH_FLAGS >> $(SRCDIR)/callcatcher/config_host.mk + @echo unexport CFLAGS >> $(SRCDIR)/callcatcher/config_host.mk + @echo unexport CXXFLAGS >> $(SRCDIR)/callcatcher/config_host.mk $(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode @grep ::.*\( unusedcode.all \ | grep -v ^Atom \ -- cgit