Date: Wed, 4 Nov 1998 20:07:22 +0100 From: Andreas Klemm <andreas@klemm.gtn.com> To: Michael Smith <msmith@FreeBSD.ORG>, cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <19981104200722.A16723@klemm.gtn.com> In-Reply-To: <199811041715.JAA17734@freefall.freebsd.org>; from Michael Smith on Wed, Nov 04, 1998 at 09:15:08AM -0800 References: <199811041715.JAA17734@freefall.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On Wed, Nov 04, 1998 at 09:15:08AM -0800, Michael Smith wrote:
> msmith 1998/11/04 09:15:07 PST
>
> Modified files:
> sys/modules Makefile
> Log:
> Don't try to build i386-centric modules on non-i386 systems.
>
> Revision Changes Path
> 1.38 +8 -4 src/sys/modules/Makefile
This seems to break a
make aout-to-elf-build
on a 2.2.7-STABLE machine, I'm currently trying to upgrade to -current.
MACHINE_ARCH isn't defined (I checked this by inserting an "all:" target
with an "echo ${MACHINE_ARCH}" in it, the variable was empty).
Look here:
===> sys/i386/boot/rawboot
rm -f boot.nohdr boot.strip rawboot sizetest machine boot start.o table.o boot2.
o boot.o asm.o bios.o serial.o probe_keyboard.o io.o disk.o sys.o
rm -f .depend /home/src/sys/i386/boot/rawboot/GRTAGS /home/src/sys/i386/boot/raw
boot/GSYMS /home/src/sys/i386/boot/rawboot/GTAGS
===> sys/modules
"Makefile", line 10: Malformed conditional ($MACHINE_ARCH == "i386")
"Makefile", line 10: Need an operator
"Makefile", line 12: if-less endif
"Makefile", line 12: Need an operator
make: fatal errors encountered -- cannot continue
*** Error code 1
Stop.
--
Andreas Klemm http://www.FreeBSD.ORG/~andreas
What gives you 90% more speed, for example, in kernel compilation ?
http://www.FreeBSD.ORG/~fsmp/SMP/akgraph-a/graph1.html
"NT = Not Today" (Maggie Biggs) ``powered by FreeBSD SMP''
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19981104200722.A16723>
