summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-10-10 10:54:54 +0000
committerjkh <jkh@FreeBSD.org>1998-10-10 10:54:54 +0000
commit3a65cb758f3ea6daba8098e3d25ddef48c5627ef (patch)
treec7a57d52e208235f7ca872e539f9e05291e5c147 /Makefile.inc1
parent23e7c1b00cb4f174c0bdc1b1799993e01b3a0bb7 (diff)
downloadFreeBSD-src-3a65cb758f3ea6daba8098e3d25ddef48c5627ef.zip
FreeBSD-src-3a65cb758f3ea6daba8098e3d25ddef48c5627ef.tar.gz
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.
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index fff010b..54e480a 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -1,5 +1,5 @@
#
-# $Id: Makefile.inc1,v 1.25 1998/10/09 22:22:34 jkh Exp $
+# $Id: Makefile.inc1,v 1.26 1998/10/10 08:21:18 jkh Exp $
#
# Make command line options:
# -DCLOBBER will remove /usr/include
@@ -896,7 +896,7 @@ legacy-build:
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
#
OpenPOWER on IntegriCloud