git: Run makewhatis(8) after 'make upgrade' instead of after 'make installworld'.
Sascha Wildner
swildner at crater.dragonflybsd.org
Fri Jun 11 20:12:02 PDT 2010
commit 30d8ccf3a0c355b1429bfeb982cfe9f4b7bd2d6c
Author: Sascha Wildner <saw at online.de>
Date: Sat Jun 12 05:07:57 2010 +0200
Run makewhatis(8) after 'make upgrade' instead of after 'make installworld'.
'make upgrade' does (among other things) remove obsolete manual pages. If
makewhatis(8) is run after 'make installworld' (i.e. before upgrade), the
whatis database will still contain them. Therefore, run makewhatis(8)
after 'make upgrade' when the removals are done.
Pointed-out-by: tuxillo
While here, clean up the upgrade target in /usr/src/Makefile a little bit.
Summary of changes:
Makefile | 13 ++++++-------
Makefile.inc1 | 7 -------
2 files changed, 6 insertions(+), 14 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/30d8ccf3a0c355b1429bfeb982cfe9f4b7bd2d6c
--
DragonFly BSD source repository
More information about the Commits
mailing list