From owner-cvs-user Mon May 25 10:40:39 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28516 for cvs-user-outgoing; Mon, 25 May 1998 10:40:39 -0700 (PDT) (envelope-from owner-cvs-user) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28237; Mon, 25 May 1998 10:39:59 -0700 (PDT) (envelope-from sos@FreeBSD.org) From: Søren Schmidt Received: (from sos@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id KAA02245; Mon, 25 May 1998 10:34:43 -0700 (PDT) Date: Mon, 25 May 1998 10:34:43 -0700 (PDT) Message-Id: <199805251734.KAA02245@freefall.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 ... Sender: owner-cvs-user@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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