search for: nmfns

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

Did you mean: mfns
2002 Apr 05
2
little patch with zero priority
...dir)/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 name for everybody else :-) .PHONY: check test @@ -154,14 +156,14 @@ # Run the SPLINT (Secure Programming Lint) tool. <www.splint.org> .PHONY: splint -splint: +s...
2002 Jul 12
0
Installation
...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: check test test: check # There seems to be no standard way to specify some variables as # exported from a Makefile apart from listing them like this. # TODO: Tests t...
2002 May 29
0
Need help compiling on HPUX 11.00 for 2.2.4
...orks 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 autoconf" config.status: $(srcdir)/configure @echo "WARNING: you need to run configure" Makefile: $(srcdir)/Makefil...
2002 May 28
0
link errors compiling 2.2.4 on HP-UX 11.00
...orks 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 autoconf" config.status: $(srcdir)/configure @echo "WARNING: you need to run configure" Makefile: $(srcdir)/Makefil...