From bc60c8025eefe519b725f9a4d278ec3e887f7e00 Mon Sep 17 00:00:00 2001 From: sos Date: Tue, 26 May 1998 20:12:56 +0000 Subject: ELF preparation step 2: Move a.out libraries to /usr/lib/aout to make space for ELF libs. Make rtld usr /usr/lib/aout as default library path. Make ldconfig reject /usr/lib as an a.out library path. Fix various Makefiles for LIBDIR!=/usr/lib breakage. This will after a make world & reboot give a system that no longer uses /usr/lib/*, infact one could remove all the old libraries there, they are not used anymore. We are getting close to an ELF make world, but I'll let this all settle for a week or two... --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9c44e89..52d3662 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.179 1998/05/18 03:28:02 jb Exp $ +# $Id: Makefile,v 1.180 1998/05/25 17:34:34 sos Exp $ # # While porting to the another architecture include the bootstrap instead # of the normal build. @@ -645,7 +645,8 @@ _libm= lib/msun # bootstrap-libraries: .for _lib in ${_csu} gnu/usr.bin/cc/libgcc lib/libtermcap \ - gnu/lib/libregex lib/libc lib/libcurses lib/libedit ${_libm} \ + gnu/lib/libregex gnu/lib/libreadline lib/libc \ + lib/libcrypt lib/libcurses lib/libedit ${_libm} \ lib/libmd lib/libutil lib/libz usr.bin/lex/lib .if exists(${.CURDIR}/${_lib}) cd ${.CURDIR}/${_lib}; \ -- cgit v1.1