Re: Kernel Makefile bogon...

2002-08-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Juli Mallett <[EMAIL PROTECTED]> writes: : * De: "M. Warner Losh" <[EMAIL PROTECTED]> [ Data: 2002-08-17 ] : [ Subjecte: Re: Kernel Makefile bogon... ] : > In message: <[EMAIL PROTECTED]> : >

Re: Kernel Makefile bogon...

2002-08-17 Thread Juli Mallett
* De: "M. Warner Losh" <[EMAIL PROTECTED]> [ Data: 2002-08-17 ] [ Subjecte: Re: Kernel Makefile bogon... ] > In message: <[EMAIL PROTECTED]> > Poul-Henning Kamp <[EMAIL PROTECTED]> writes: > : > : The final make in th

Re: Kernel Makefile bogon...

2002-08-17 Thread M. Warner Losh
In message: <[EMAIL PROTECTED]> Poul-Henning Kamp <[EMAIL PROTECTED]> writes: : : The final make in this script fails, I don't think it should. : : #!/bin/sh : set -ex : rm -rf /usr/src/sys/i386/compile/GENERIC : cd /usr/src/sys/i386/conf : config GENERI

Re: Kernel Makefile bogon...

2002-08-13 Thread Bruce Evans
On Tue, 13 Aug 2002, Poul-Henning Kamp wrote: > The final make in this script fails, I don't think it should. > > #!/bin/sh > set -ex > rm -rf /usr/src/sys/i386/compile/GENERIC > cd /usr/src/sys/i386/conf > config GENERIC > cd ../compile/GENERIC > make de

Kernel Makefile bogon...

2002-08-13 Thread Poul-Henning Kamp
The final make in this script fails, I don't think it should. #!/bin/sh set -ex rm -rf /usr/src/sys/i386/compile/GENERIC cd /usr/src/sys/i386/conf config GENERIC cd ../compile/GENERIC make depend > _.m.0.d 2>&1 make