From owner-cvs-all Wed Nov 4 11:21:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA16239 for cvs-all-outgoing; Wed, 4 Nov 1998 11:21:10 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from mail.gtn.com (mail.gtn.com [194.77.0.15]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id LAA16217; Wed, 4 Nov 1998 11:20:52 -0800 (PST) (envelope-from andreas@klemm.gtn.com) Received: (from uucp@localhost) by mail.gtn.com (8.8.6/8.8.6) with UUCP id UAA19174; Wed, 4 Nov 1998 20:15:05 +0100 (MET) Received: (from andreas@localhost) by klemm.gtn.com (8.8.8/8.8.8) id UAA16735; Wed, 4 Nov 1998 20:07:22 +0100 (CET) (envelope-from andreas) Message-ID: <19981104200722.A16723@klemm.gtn.com> Date: Wed, 4 Nov 1998 20:07:22 +0100 From: Andreas Klemm To: Michael Smith , cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/modules Makefile References: <199811041715.JAA17734@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: <199811041715.JAA17734@freefall.freebsd.org>; from Michael Smith on Wed, Nov 04, 1998 at 09:15:08AM -0800 X-Disclaimer: A free society is one where it is safe to be unpopular X-Operating-System: FreeBSD 2.2.7-STABLE SMP Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk 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