make building "map" files optional dependent upon configuration options
commit164d14eaecfed7646b5b020918fc4cd8cccaedab
authorJon Masters <jcm@jonmasters.org>
Wed, 26 Nov 2008 10:02:38 +0000 (26 05:02 -0500)
committerJon Masters <jcm@jonmasters.org>
Wed, 26 Nov 2008 10:02:38 +0000 (26 05:02 -0500)
tree5db5c2194ba115b10e93593815c1ba81a8da2fda
parent13be3f25fb6c76e69c9e9bdfe5717acdc5d18b95
make building "map" files optional dependent upon configuration options

Most of the "map" files are long since no longer used by modern distributions,
so this patch aims to address that by making their creation optional (we will
eventually kill off most of these for good). For now, make_map_files defaults
to being set but you can explicitly set it in your depmod.conf file:

make_map_files no
make_map_files yes

There is also a command line option "-m" which can be used to force.

Signed-off-by: Jon Masters <jcm@jonmasters.org>
depmod.c