Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 1998 13:12:58 -0700 (PDT)
From:      Søren Schmidt <sos@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-etc@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-lib@FreeBSD.ORG, cvs-lkm@FreeBSD.ORG, cvs-share@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG
Subject:   cvs commit: src Makefile src/etc rc src/etc/mtree BSD.usr.dist src/gnu/usr.bin/ld shlib.c src/gnu/usr.bin/ld/ldconfig ldconfig.c src/gnu/usr.bin/ld/rtld rtld.c src/lib/csu/i386 Makefile src/lkm Makefile.inc src/share/mk bsd.libnames.mk bsd.own.mk ...
Message-ID:  <199805262012.NAA12155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         1998/05/26 13:12:57 PDT

  Modified files:
    .                    Makefile 
    etc                  rc 
    etc/mtree            BSD.usr.dist 
    gnu/usr.bin/ld       shlib.c 
    gnu/usr.bin/ld/ldconfig ldconfig.c 
    gnu/usr.bin/ld/rtld  rtld.c 
    lib/csu/i386         Makefile 
    lkm                  Makefile.inc 
    share/mk             bsd.libnames.mk bsd.own.mk 
    usr.bin/doscmd       Makefile 
    usr.bin/objformat    Makefile 
    usr.sbin/pcvt        Makefile.inc 
  Log:
  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...
  
  Revision  Changes    Path
  1.181     +3 -2      src/Makefile
  1.144     +2 -2      src/etc/rc
  1.113     +3 -1      src/etc/mtree/BSD.usr.dist
  1.19      +2 -2      src/gnu/usr.bin/ld/shlib.c
  1.21      +7 -2      src/gnu/usr.bin/ld/ldconfig/ldconfig.c
  1.53      +2 -2      src/gnu/usr.bin/ld/rtld/rtld.c
  1.37      +2 -2      src/lib/csu/i386/Makefile
  1.5       +4 -1      src/lkm/Makefile.inc
  1.13      +54 -54    src/share/mk/bsd.libnames.mk
  1.14      +5 -1      src/share/mk/bsd.own.mk
  1.11      +3 -3      src/usr.bin/doscmd/Makefile
  1.6       +9 -9      src/usr.bin/objformat/Makefile
  1.3       +1 -2      src/usr.sbin/pcvt/Makefile.inc

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805262012.NAA12155>