From 165932dd7803228e09368509f9f359b1bccb0c5a Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Thu, 19 Feb 1998 00:24:43 +0000 Subject: [PATCH] MF22: - 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 --- Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 45e041d7a35c..df0ee4088ddd 100644 --- a/Makefile +++ b/Makefile @@ -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