diff options
author | Caolán McNamara <caolanm@redhat.com> | 2014-07-20 17:22:01 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-07-21 09:13:43 +0100 |
commit | 8306c25ef416a22fde6f31311b530b4caea1bba6 (patch) | |
tree | 8659859c3389c6349aeac3e4b3f3253b8dc04788 /bin | |
parent | 60954a8a96a66ff11e06b850838f3d16e8e1625f (diff) |
force a make clean first
Change-Id: Icef93accc6953a4484707fb9da01a85963002a21
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/findunusedcode | 2 |
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/* \ |