freebsd-skq/usr.bin/locate
Garrett Wollman bf59c7bab7 jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.sh
made it impossible to override PRUNEDIRS to make it empty.  Use the
non-colon form to only set PRUNEDIRS if it is completely unset.  (For
parallelism, the other configuration defaults here could be done the
same way, but that could be more obviously accomplished by disabling
updatedb in periodic.conf, so leave them alone for now.)
2010-11-01 01:51:47 +00:00
..
bigram Various changes to make locate compilable with WARNS=6. Note that there 2010-06-28 12:04:55 +00:00
code Various changes to make locate compilable with WARNS=6. Note that there 2010-06-28 12:04:55 +00:00
locate jilles@ pointed out that using ${PRUNEDIRS:=".zfs"} in updatedb.sh 2010-11-01 01:51:47 +00:00
Makefile
Makefile.inc Build usr.bin/ with WARNS=6 by default. 2010-01-02 10:27:05 +00:00