search for: finddead

Displaying 4 results from an estimated 4 matches for "finddead".

Did you mean: find'ed
2002 Apr 05
2
little patch with zero priority
...config.status - rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status + rm -f Makefile config.h config.status + rm -f $(srcdir)/Makefile $(srcdir)/config.h $(srcdir)/config.status rm -f config.cache config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log @@ -119,7 +121,7 @@ finddead: nm *.o */*.o |grep 'U ' | awk '{print $$2}' | sort -u > nmused.txt nm *.o */*.o |grep 'T ' | awk '{print $$3}' | sort -u > nmfns.txt - comm -13 nmused.txt nmfns.txt + comm -13 nmused.txt nmfns.txt # 'check' is the GNU name, 'test' is the...
2002 Jul 12
0
Installation
...-f config.cache config.log rm -f $(srcdir)/config.cache $(srcdir)/config.log rm -f shconfig $(srcdir)/shconfig # 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 */*.o |grep 'U ' | awk '{print $$2}' | sort -u > nmused.txt nm *.o */*.o |grep 'T ' | awk '{print $$3}' | sort -u > nmfns.txt comm -13 nmused.txt nmfns.txt # 'check' is the GNU name, 'test' is the name for everybody else :-) .PHONY:...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...clean: realclean -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps # 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 &quo...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...clean: realclean -rm -f include/config.h Makefile -rm -f config.status config.cache so_locations -rm -rf .deps # 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 &quo...