summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-05-01 14:18:42 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-05-01 14:18:42 +0100
commit810f4a007c6d92ab679205ac22ecc8621fc01168 (patch)
treed163fc85e4a0381db14830f866ec60ca0913ae19 /Makefile
parentfc7333c77bad1ddf5baab81a0d93eca43b6804f6 (diff)
rework callcatcher makefile to build subsequentcheck tests
Change-Id: Idda0262e62e42817b8c0502a38ee16913495233c
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3463fdc08e7..3220d9f10e35 100644
--- a/Makefile
+++ b/Makefile
@@ -477,11 +477,11 @@ docs:
findunusedcode:
@which callcatcher > /dev/null 2>&1 || \
(echo "callcatcher not installed" && false)
- @sed -e s,$$INPATH,callcatcher,g $(SRCDIR)/config_host.mk > $(SRCDIR)/config_host_callcatcher.mk
+ @sed -e s,$$INPATH,callcatcher,g $(SRCDIR)/config_host.mk | sed -e s,"export OOO_JUNIT_JAR=.*","export OOO_JUNIT_JAR=",g > $(SRCDIR)/config_host_callcatcher.mk
@mkdir -p $(SRCDIR)/solenv/callcatcher/bin && \
ln -sf $(SRCDIR)/solenv/$(INPATH)/bin/dmake \
$(SRCDIR)/solenv/callcatcher/bin/dmake
- @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile
+ @$(GNUMAKE) -f $(SOLARENV)/bin/callcatcher.Makefile findunusedcode
@grep ::.*\( unusedcode.all \
| grep -v ^Atom \
| grep -v ^boost:: \