[Libreoffice-commits] core.git: bin/find_unusedheaders.pl bin/find-unusedheaders.pl Makefile.in

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Tue Oct 15 01:20:29 PDT 2013


 Makefile.in               |    3 ++
 bin/find-unusedheaders.pl |   49 ++++++++++++++++++++++++++++++++++++++++++++++
 bin/find_unusedheaders.pl |   49 ----------------------------------------------
 3 files changed, 52 insertions(+), 49 deletions(-)

New commits:
commit e4fbcc549a143992f72333404adb0180afa69e1a
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Tue Oct 15 10:18:29 2013 +0200

    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

diff --git a/Makefile.in b/Makefile.in
index a9764bf..e417670 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
 
diff --git a/bin/find_unusedheaders.pl b/bin/find-unusedheaders.pl
similarity index 100%
rename from bin/find_unusedheaders.pl
rename to bin/find-unusedheaders.pl


More information about the Libreoffice-commits mailing list