* Fixups to the make man page
authorPaul Smith <psmith@gnu.org>
Mon, 21 Feb 2011 07:30:11 +0000 (07:30 +0000)
committerPaul Smith <psmith@gnu.org>
Mon, 21 Feb 2011 07:30:11 +0000 (07:30 +0000)
commit1454a04f81708850353dbdc0807a099c5aaab55b
tree4f414cb592087bed30a3563174c554f155a229f6
parentae2ab76faca93cad3059808b14d02f5565275e31
* Fixups to the make man page
* Minor syntax cleanups in the manual
* In non-maintainer mode set NDEBUG to disable assert()
* Performance improvements in strcache:
    Build Info 1000 2000 4000
    3.82 -g 2.61s 8.85s 33.52s
    3.82 -O2 1.90s 7.62s 27.82s
    New -g (with asserts) 1.03s 2.31s 5.79s
    New -O2 (no asserts) 0.65s 1.50s 3.52s
ChangeLog
doc/make.texi
maintMakefile
make.1
make.h
remake.c
strcache.c