Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 May 1998 10:34:43 -0700 (PDT)
From:      Søren Schmidt <sos@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-user@FreeBSD.ORG, cvs-gnu@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG
Subject:   cvs commit: src Makefile src/gnu/usr.bin Makefile src/gnu/usr.bin/as Makefile src/gnu/usr.bin/ld Makefile src/usr.bin Makefile src/usr.bin/ar Makefile src/usr.bin/nm Makefile src/usr.bin/ranlib Makefile src/usr.bin/size Makefile ...
Message-ID:  <199805251734.KAA02245@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
sos         1998/05/25 10:34:43 PDT

  Modified files:
    .                    Makefile 
    gnu/usr.bin          Makefile 
    gnu/usr.bin/as       Makefile 
    gnu/usr.bin/ld       Makefile 
    usr.bin              Makefile 
    usr.bin/ar           Makefile 
    usr.bin/nm           Makefile 
    usr.bin/ranlib       Makefile 
    usr.bin/size         Makefile 
    usr.bin/strings      Makefile 
    usr.bin/strip        Makefile 
  Log:
  ELF preparation step 1:
  
  Move our old a.out utils to /usr/libexec/aout.
  Enable binutils and put the utils in /usr/libexec/elf
  Enable objformat, a little helper program that calls the right
  utils based on /etc/objformat and $OBJFORMAT.
  
  This will enable the ELF generating tools.
  Remember that this is only step one, the system is still compiled
  and run in a.out format ONLY.
  
  Problem left to solve: The BSD manpages wins over the GNU equivalents
  as the are installed last. We need to distinguish between the manpages
  somehow...
  
  Revision  Changes    Path
  1.180     +5 -1      src/Makefile
  1.42      +3 -8      src/gnu/usr.bin/Makefile
  1.14      +2 -1      src/gnu/usr.bin/as/Makefile
  1.23      +2 -1      src/gnu/usr.bin/ld/Makefile
  1.100     +4 -4      src/usr.bin/Makefile
  1.5       +1 -0      src/usr.bin/ar/Makefile
  1.2       +1 -0      src/usr.bin/nm/Makefile
  1.4       +1 -0      src/usr.bin/ranlib/Makefile
  1.2       +1 -0      src/usr.bin/size/Makefile
  1.2       +1 -0      src/usr.bin/strings/Makefile
  1.8       +1 -0      src/usr.bin/strip/Makefile

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?199805251734.KAA02245>