summaryrefslogtreecommitdiffstats
path: root/usr.bin/locate/bigram/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Start the dreaded NOFOO -> NO_FOO conversion.ru2004-12-211-1/+1
| | | | OK'ed by: core
* For variables that are only checked with defined(), don't provideru2004-10-241-1/+1
| | | | any fake value.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* <bsd.prog.mk> has always included ../Makefile.inc, and there are nobde1997-12-171-1/+1
| | | | complications involving .PATH or dependencies, so don't include it here.
* bigramwosch1996-08-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bigram does not remove newline at end of filename. This break particulary the bigram algorithm and /var/db/locate.database grow up 15 %. Bigram does not check for characters outside 32-127. The bigram output is silly and need ~1/2 CPU time of database rebuilding. old: locate.bigram < $filelist | sort | uniq -c | sort -nr ^^^^^^^^^^^^^^ this can easy made bigram new: bigram < $filelist | sort -nr code Code does not check for char 31. Use a lookup array instead a function. 3 x faster. updatedb rewritten sync with bigram changes read config file /etc/locate.rc if exists submitted by: guido@gvr.win.tue.nl (Guido van Rooij) concatdb - concatenate locate databases mklocatedb - build locate database
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+7
OpenPOWER on IntegriCloud