From owner-cvs-all Sat Oct 10 05:21:07 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id FAA01439 for cvs-all-outgoing; Sat, 10 Oct 1998 05:21:07 -0700 (PDT) (envelope-from owner-cvs-all) Received: from ceia.nordier.com (slip139-92-122-84.joh.za.ibm.net [139.92.122.84]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id FAA01434; Sat, 10 Oct 1998 05:20:59 -0700 (PDT) (envelope-from rnordier@nordier.com) Received: (from rnordier@localhost) by ceia.nordier.com (8.8.7/8.6.12) id OAA13888; Sat, 10 Oct 1998 14:20:07 +0200 (SAT) From: Robert Nordier Message-Id: <199810101220.OAA13888@ceia.nordier.com> Subject: Re: cvs commit: src Makefile.inc1 In-Reply-To: <199810101054.DAA04260@freefall.freebsd.org> from "Jordan K. Hubbard" at "Oct 10, 98 03:54:55 am" To: jkh@FreeBSD.ORG (Jordan K. Hubbard) Date: Sat, 10 Oct 1998 14:20:05 +0200 (SAT) Cc: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL31 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-all@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Jordan K. Hubbard wrote: > jkh 1998/10/10 03:54:54 PDT > > Modified files: > . Makefile.inc1 > Log: > Quick commit to see if I can't fix Robert's i386/boot problem in one line. > If this doesn't work, we'll try something else. > > Revision Changes Path > 1.27 +2 -2 src/Makefile.inc1 Index: Makefile.inc1 =================================================================== RCS file: /home/ncvs/src/Makefile.inc1,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- Makefile.inc1 1998/10/10 08:21:18 1.26 +++ Makefile.inc1 1998/10/10 10:54:54 1.27 @@ -1,5 +1,5 @@ # -# $Id: Makefile.inc1,v 1.26 1998/10/10 08:21:18 jkh Exp $ +# $Id: Makefile.inc1,v 1.27 1998/10/10 10:54:54 jkh Exp $ # # Make command line options: # -DCLOBBER will remove /usr/include @@ -896,7 +896,7 @@ cd ${.CURDIR}/sys/boot && ${XMAKE} -DNOMAN -B obj depend; \ ${XMAKE} -DNOMAN all cd ${.CURDIR}/sys/${MACHINE_ARCH}/boot && \ - ${XMAKE} -DNOMAN -B obj depend; ${XMAKE} -DNOMAN all; + ${XMAKE} -DNOMAN -B obj depend; ${XMAKE} -DNOMAN OBJFORMAT=elf all; .endif # Shouldn't OBJFORMAT=elf be applied to the other lot of boot code rather (/sys/boot rather than /sys/i386/boot)? -- Robert Nordier