summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-06-19 16:46:21 +0100
committerCaolán McNamara <caolanm@redhat.com>2013-06-19 16:46:39 +0100
commit8fd1bd1879bae6d183ff45eba49d46ccfcd466c0 (patch)
treed85b7908f4d0035c63abb6e37e613f63dda6748b /Makefile.in
parent38d2ea2b25f323337b91ab1507bc0b955876a216 (diff)
bodge callcatcher build back to half-life
Change-Id: I91393aa912bd69f3fbeb67d895ff7d8021effccb
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in12
1 files changed, 7 insertions, 5 deletions
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 \