- After the install has been done, but before makedb is run, run
  'ldconfig -R' to pick up new shlib dependencies.

Suggested by:   Amancio and a whole lot of other folks
This commit is contained in:
Nate Williams 1998-02-19 00:24:43 +00:00
parent 0e3b741814
commit 165932dd78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=33595

View File

@ -1,5 +1,5 @@
#
# $Id: Makefile,v 1.156 1998/01/11 04:51:02 jb Exp $
# $Id: Makefile,v 1.157 1998/02/06 09:52:24 adam Exp $
#
# While porting to the Alpha architecture include the bootstrap instead
# of the normal build.
@ -334,6 +334,11 @@ reinstall:
cd ${.CURDIR} && ${MAKE} install
@echo
@echo "--------------------------------------------------------------"
@echo " Re-scanning the shared libraries.."
@echo "--------------------------------------------------------------"
cd ${.CURDIR} && ldconfig -R
@echo
@echo "--------------------------------------------------------------"
@echo " Rebuilding man page indexes"
@echo "--------------------------------------------------------------"
cd ${.CURDIR}/share/man && ${MAKE} makedb