Thanks.
Is the following patch acceptable for checkin?
2001-10-02 Gordon Matzigkeit
* Makefile.in (clean): Don't remove acconfig.h and cpus.h.
From Daniel Wagner <[EMAIL PROTECTED]>.
diff -u -r1.22.2.12 Makefile.in
--- Makefile.in 2001/08/17 09:03:30 1.22.2.12
+++ Makefi
On Tue, 02 Oct 2001, Gordon Matzigkeit wrote:
> cpus.h appears to be the only file that's being missed.
If you do 'make clean' it will be deletet because the
clean rule deletes all header files in the build directory.
I changed Makefile.in this way:
nr_headerfiles = config.h cpus.h
headerfil
Hi,
While compiling, I'm getting a lot of errors like:
kern/lock.h:37: cpus.h: No such file or directory
cpus.h appears to be the only file that's being missed.
Am I using the right oskit, is there something else I need to install,
or is this a bug to be resolved elsewhere?
The only relevant