Date: Mon, 16 Apr 2001 14:33:59 +0200 (SAT) From: John Hay <jhay@icomtek.csir.co.za> To: obrien@FreeBSD.ORG Cc: matusita@jp.FreeBSD.org (Makoto MATSUSHITA), current@FreeBSD.ORG Subject: Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED) Message-ID: <200104161233.f3GCXx285356@zibbi.icomtek.csir.co.za> In-Reply-To: <20010416001907.A59585@dragon.nuxi.com> from "David O'Brien" at "Apr 16, 2001 00:19:07 am"
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200104161233.f3GCXx285356>