Home | History | Annotate | Download | only in makewhatis
History log of /src/libexec/makewhatis/Makefile
RevisionDateAuthorComments
 1.20  16-Mar-2009  lukem Default to WARNS=4
Exceptions that need a lower level are:
getty ld.elf_so lfs_cleanerd makewhatis telnetd tftpd
hpropd ipropd-master ipropd-slave kadmind kpasswdd
 1.19  30-Aug-2006  christos branches: 1.19.26;
Only include libutil if !HOSTPROG
 1.18  26-Aug-2006  christos use efun(3)
 1.17  18-May-2003  lukem Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
 1.16  18-Sep-2002  lukem use bsd.own.mk instead of the (obvious typo of) bsd.obj.mk
 1.15  13-Sep-2002  thorpej Rename man/config.{c,h} to man/manconf.{c,h}, so we don't have to
worry about problems including "config.h" when building as a host
tool.
 1.14  04-Sep-2002  junyoung Previous commit broke the normal build; this should really fix the
problem, toolchain/18020. From Frederick Bruckman <fredb@immanent.net>.
 1.13  04-Sep-2002  junyoung Fix a problem that 'make obj' doesn't work within tools/makewhatis.
 1.12  19-Aug-2002  lukem Use ${NETBSDSRCDIR}/some/path instead of ${.CURDIR}/../../some/path
 1.11  08-Mar-2002  jdolecek branches: 1.11.2;
If called without arguments, parse /etc/man.conf and regenerate the whatis
databases specified there. By default, the individual databases
are actually generated by forked children in this case, for
performance reasons. This feature can be switched off by new -f flag.
If the configuration file can't be parsed or doesn't contain any
_whatdb entries, the code falls back to /usr/share/man as before.

Added -C, which allows to specify alternate configuration file. This
is compatible with apropos(1) and whatis(1) flag of same name.

Update manpage accordingly and document behaviour a bit better.
Also add a HISTORY section, hopefully correct (done using CVS logs).

This solves toolchain/5231 by Tim Rightnour and bin/7696 by Allen Briggs.
 1.10  29-Jan-2002  tv Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)
 1.9  29-Nov-2001  thorpej Allow this to be built as a host program.
 1.8  25-Sep-1999  tron Replace shell script for creating whatis.db database with a C program
which is a little bit faster.
 1.7  13-Feb-1999  lukem branches: 1.7.4;
remove NOPROG (nothing uses it). however, set MKOBJ=no if appropriate
 1.6  20-Oct-1997  lukem build objdir for manpage. from Dave Huang <khym@bga.com> in [bin/4294]
 1.5  17-Oct-1997  hubertf Add makewhatis.8.
Closes PR 1809 by Robert Dobbs <banshee@gabriella.resort.com>
 1.4  13-Oct-1997  lukem rcsid fascism
 1.3  24-Mar-1997  christos - Makefile cleanups
 1.2  18-Oct-1996  thorpej Use ${INSTALL}.
 1.1  21-Dec-1993  cgd moved here from old location in src/usr.bin/man
 1.7.4.1  27-Dec-1999  wrstuden Pull up to last week's -current.
 1.11.2.1  03-Nov-2002  he Pull up revision 1.15 (via patch, requested by thorpej in ticket #787):
Rename man/config.{c,h} to man/manconf.{c,h}, so we do not
have to worry about problems including "config.h" when
building as a host tool.
 1.19.26.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html

RSS XML Feed