Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Oct 1998 14:20:05 +0200 (SAT)
From:      Robert Nordier <rnordier@nordier.com>
To:        jkh@FreeBSD.ORG (Jordan K. Hubbard)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src Makefile.inc1
Message-ID:  <199810101220.OAA13888@ceia.nordier.com>
In-Reply-To: <199810101054.DAA04260@freefall.freebsd.org> from "Jordan K. Hubbard" at "Oct 10, 98 03:54:55 am"

next in thread | previous in thread | raw e-mail | index | archive | help

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



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