From owner-freebsd-current Mon Apr 16 5:34:13 2001 Delivered-To: freebsd-current@freebsd.org Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by hub.freebsd.org (Postfix) with ESMTP id 8C36737B449; Mon, 16 Apr 2001 05:34:05 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.1/8.11.1) id f3GCXx285356; Mon, 16 Apr 2001 14:33:59 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200104161233.f3GCXx285356@zibbi.icomtek.csir.co.za> Subject: Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED) In-Reply-To: <20010416001907.A59585@dragon.nuxi.com> from "David O'Brien" at "Apr 16, 2001 00:19:07 am" To: obrien@FreeBSD.ORG Date: Mon, 16 Apr 2001 14:33:59 +0200 (SAT) Cc: matusita@jp.FreeBSD.org (Makoto MATSUSHITA), current@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > On Mon, Apr 16, 2001 at 10:05:03AM +0900, Makoto MATSUSHITA wrote: > > There is a small typo in src/release/Makefile rev 1.161; not 'kernel', > > but 'KERNEL' is correct. > > I think I got all these already. But I rev 1.161 is from back in 1995. > Are you sure you've got the right /usr/src/release/Makefile? No it is just a typo, he meant rev 1.611. And it is broken for me too. It is because ${kernel} is not defined. ${KERNEL} on the other hand... A make release dies with: ===> splash/pcx install -c -o root -g wheel -m 555 -fschg splash_pcx.ko /R/stage/kernels/GENERIC ===> sr install -c -o root -g wheel -m 555 -fschg if_sr.ko /R/stage/kernels/GENERIC ===> streams install -c -o root -g wheel -m 555 -fschg streams.ko /R/stage/kernels/GENERIC ===> vesa install -c -o root -g wheel -m 555 -fschg vesa.ko /R/stage/kernels/GENERIC ===> wi install -c -o root -g wheel -m 555 -fschg if_wi.ko /R/stage/kernels/GENERIC make KERNEL= DESTDIR=/R/stage/kernels kernel-reinstall.debug make: don't know how to make kernel-reinstall.debug. Stop *** Error code 2 Stop in /usr/src/release. *** Error code 1 Stop in /usr/src/release. *** Error code 1 Stop in /usr/src/release. End Mon Apr 16 14:21:35 SAST 2001 John -- John Hay -- John.Hay@icomtek.csir.co.za To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message