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
This commit is contained in:
Bjoern Michaelsen 2013-10-15 10:18:29 +02:00
parent 1793e5c1ff
commit e4fbcc549a
2 changed files with 3 additions and 0 deletions

View file

@ -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