diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-04-13 09:21:29 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-04-13 12:48:40 +0100 |
commit | 50594356dc3073eafa650c529498b9ae3be351b8 (patch) | |
tree | 9a99bf59986de59352b93b71329976487b8bb724 /bin | |
parent | 373a9b9bb62c50072c06e28fd932afb6e71ba687 (diff) |
findunusedcode make -> make check
Change-Id: I6fb82e4587df3c7f457c2a9b5b7643ba288662d3
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 74dc46699a0d..042bb0bd8177 100755 --- a/bin/findunusedcode +++ b/bin/findunusedcode @@ -37,7 +37,7 @@ export AR="callarchive ${AR:-ar}" export dbglevel=2 -make clean && make +make clean && make check callanalyse \ instdir/program/* \ |