summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-07-20 17:22:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-07-21 09:13:43 +0100
commit8306c25ef416a22fde6f31311b530b4caea1bba6 (patch)
tree8659859c3389c6349aeac3e4b3f3253b8dc04788 /bin
parent60954a8a96a66ff11e06b850838f3d16e8e1625f (diff)
force a make clean first
Change-Id: Icef93accc6953a4484707fb9da01a85963002a21
Diffstat (limited to 'bin')
-rwxr-xr-xbin/findunusedcode2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/findunusedcode b/bin/findunusedcode
index 8485f44b69c3..df865bc86668 100755
--- a/bin/findunusedcode
+++ b/bin/findunusedcode
@@ -37,7 +37,7 @@ export AR="callarchive ${AR:-ar}"
export dbglevel=2
-make
+make clean && make
callanalyse \
instdir/program/* \