summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-09-20 22:39:32 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-09-21 09:47:37 +0100
commit59cb0469897b1d2c57386510ad321a72e5477ad4 (patch)
tree242d3587dddb61714a3031ab3678dc45ea7c2fc0 /Makefile.in
parent5a0e780d8a4194c812f436a2362098202fcfa29e (diff)
make findunusedcode target easier
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 9ba8e3de2cf1..1f69b074d4be 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -129,6 +129,8 @@ findunusedcode:
@which callcatcher > /dev/null 2>&1 || \
(echo "callcatcher not installed" && false)
@. ./Env.Host.sh && \
+ ln -sf $$SRC_ROOT/solenv/$$INPATH/bin/dmake \
+ $$SRC_ROOT/solenv/callcatcher/bin/dmake && \
source <(sed -e s,$$INPATH,callcatcher,g ./Env.Host.sh) && \
. ./solenv/bin/callcatchEnv.Set.sh && \
cd instsetoo_native && \