Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED)

2001-04-16 Thread John Hay

> 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 -- [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED)

2001-04-16 Thread Makoto MATSUSHITA


obrien> I think I got all these already.  But I rev 1.161 is from back in 1995.
obrien> Are you sure you've got the right /usr/src/release/Makefile?

Oops it should be '1.611'.

-- -
Makoto `MAR' MATSUSHITA

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED)

2001-04-16 Thread Makoto MATSUSHITA


matusita> There is a small typo in src/release/Makefile rev 1.161; not '
matusita> kernel', but 'KERNEL' is correct.

Because of this, Current "make release" of 5-current is broken:

===> 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

-- -
Makoto `MAR' MATSUSHITA

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message



Re: Typo in src/release/Makefile, rev 1.161 (PATCH INCLUDED)

2001-04-16 Thread David O'Brien

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?

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message