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:
parent
1793e5c1ff
commit
e4fbcc549a
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue