From owner-freebsd-questions Mon Jul 13 14:02:29 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA06172 for freebsd-questions-outgoing; Mon, 13 Jul 1998 14:02:29 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA06165 for ; Mon, 13 Jul 1998 14:02:24 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.5/8.8.8) with SMTP id OAA14195; Mon, 13 Jul 1998 14:02:18 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Mon, 13 Jul 1998 14:02:17 -0700 (PDT) From: Doug White To: User Joe cc: questions@FreeBSD.ORG, joe@via.net Subject: Re: Problems building -current In-Reply-To: <199807130509.WAA14200@monk.via.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, 12 Jul 1998, User Joe wrote: > > I'm trying to build -current for the first time. I installed 2.2.6, > then used cvsup (standard-supfile) to upgrade. > Make buildworld results in: > > WWW8# make buildworld > "Makefile", line 369: Malformed conditional (${MACHINE_ARCH} == "i386") > "Makefile", line 369: Need an operator > "Makefile", line 604: Malformed conditional (${MACHINE_ARCH} == "i386") > "Makefile", line 604: Need an operator > "Makefile", line 614: if-less endif > "Makefile", line 614: Need an operator > "Makefile", line 864: if-less endif > "Makefile", line 864: Need an operator Sounds like you need to update your make. cd /usr/src/usr.bin/make make depend all install I didn't have this problem on 2.2.6 though .. did you forget to update userland when you upgraded? Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message