From owner-freebsd-current Wed Jul 5 11:25:18 2000 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 5A72037B509 for ; Wed, 5 Jul 2000 11:25:13 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id LAA03947; Wed, 5 Jul 2000 11:25:12 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id LAA38268; Wed, 5 Jul 2000 11:25:11 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Wed, 5 Jul 2000 11:25:11 -0700 (PDT) Message-Id: <200007051825.LAA38268@vashon.polstra.com> To: mjacob@feral.com Subject: Re: fwiw, release for -stable (alpha) In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article , Matthew Jacob wrote: > > And for -stable (instead of -current); > > ===> Creating README.html for jpeg-6b > ===> graphics/juno-2 > "Makefile", line 60: Malformed conditional (empty(TARGET)) > "Makefile", line 60: Missing dependency operator > "Makefile", line 64: if-less endif > "Makefile", line 64: Need an operator > make: fatal errors encountered -- cannot continue > *** Error code 1 *Shrug* It's a mystery to me. The offending line looks like this: .if empty(TARGET) and as far as I can tell, it's valid. There is a similar construct in "src/lib/libc/Makefile.inc": .if empty(MDSRCS) and I haven't seen any complaints of problems with that. The Makefile hasn't changed since mid-April. I don't know what to advise, except check to make sure your copy of the Makefile is uncorrupted. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message