Date: Wed, 5 Jul 2000 11:25:11 -0700 (PDT) From: John Polstra <jdp@polstra.com> To: mjacob@feral.com Cc: current@freebsd.org Subject: Re: fwiw, release for -stable (alpha) Message-ID: <200007051825.LAA38268@vashon.polstra.com> In-Reply-To: <Pine.BSF.4.10.10007042224360.18179-100000@beppo.feral.com> References: <Pine.BSF.4.10.10007042224360.18179-100000@beppo.feral.com>
next in thread | previous in thread | raw e-mail | index | archive | help
In article <Pine.BSF.4.10.10007042224360.18179-100000@beppo.feral.com>, Matthew Jacob <mjacob@feral.com> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200007051825.LAA38268>