diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-15 10:18:29 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2013-10-15 10:18:29 +0200 |
commit | e4fbcc549a143992f72333404adb0180afa69e1a (patch) | |
tree | be6e9d01ae9356b7a6bb77576fa987b9a40b055c /Makefile.in | |
parent | 1793e5c1ff5d4b84178b4805026b8d455f32b0e5 (diff) |
fdo#70371: create findunusedheaders target
- you can now do "make unusedheaders" to look for headers that seem to be used
- also renamed the script in ./bin to follow the conventions there
Change-Id: Ia9487af02effd05bfbc5c3f5c04b928a407b0fa4
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index a9764bf378d9..e417670feae5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -376,6 +376,9 @@ findunusedcode: | grep -v ^WSObject \ > unusedcode.easy +findunusedheaders: + $(SRCDIR)/bin/find-unusedheaders.pl + # the actual running of subsequentcheck is now done in "build" target => faster check: build |