summaryrefslogtreecommitdiff
path: root/source3/Makefile.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-06-03 11:13:29 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-06-03 12:31:15 +1000
commit4143a935e5abbb897f38f159fd0330c09b58bdda (patch)
tree0be9b74edffa5b100aa0f43d1496b6f735b573bf /source3/Makefile.in
parent5bf6971c384f5480d008b69c54122edb59a8fa1f (diff)
downloadsamba-4143a935e5abbb897f38f159fd0330c09b58bdda.tar.gz
samba-4143a935e5abbb897f38f159fd0330c09b58bdda.tar.bz2
samba-4143a935e5abbb897f38f159fd0330c09b58bdda.zip
s3-build: Remove finddead
This won't work with the new tree structure, and we have the same output at https://build.samba.org/lcov/data/coverage/samba_4_0_test/unused-fns.txt Using the callcatcher framework. Andrew Bartlett
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r--source3/Makefile.in9
1 files changed, 0 insertions, 9 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in
index 2405ec7748..093123c2b9 100644
--- a/source3/Makefile.in
+++ b/source3/Makefile.in
@@ -3253,15 +3253,6 @@ realdistclean:: distclean
-rm -f include/version.h
-rm -f configure
-# this target is really just for my use. It only works on a limited
-# range of machines and is used to produce a list of potentially
-# dead (ie. unused) functions in the code. (tridge)
-finddead::
- nm */*.o |grep 'U ' | awk '{print $$2}' | sort -u > nmused.txt
- nm */*.o |grep 'T ' | awk '{print $$3}' | sort -u > nmfns.txt
- comm -13 nmused.txt nmfns.txt
-
-
# when configure.in is updated, reconfigure
$(srcdir)/configure: $(srcdir)/configure.in
@echo "WARNING: you need to rerun ./autogen.sh"