From owner-cvs-all Sun Oct 11 11:39:44 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA22518 for cvs-all-outgoing; Sun, 11 Oct 1998 11:39:44 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) 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 LAA22509; Sun, 11 Oct 1998 11:39:40 -0700 (PDT) (envelope-from rnordier@FreeBSD.org) From: Robert Nordier Received: (from rnordier@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id LAA06695; Sun, 11 Oct 1998 11:39:39 -0700 (PDT) Date: Sun, 11 Oct 1998 11:39:39 -0700 (PDT) Message-Id: <199810111839.LAA06695@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src Makefile.inc1 src/sys Makefile Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk rnordier 1998/10/11 11:39:38 PDT Modified files: . Makefile.inc1 sys Makefile Log: In src/Makefile.inc1: Remove /sys/boot from legacy-build. Add btxld to build-tools. In src/sys/Makefile: Add /sys/boot for i386 ELF. I'm still not sure why the new boot code was being built along with the legacy stuff, which meant a completely wrong default environment for it. This may well still be the wrong way to go about this, but it can't work all that much worse than it has been. Revision Changes Path 1.31 +2 -3 src/Makefile.inc1 1.13 +3 -1 src/sys/Makefile To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message