Re: Patch from 2.1.15 --> 2.1.16

Tom Dyas (tdyas@xenophanes.rutgers.edu)
Thu, 19 Dec 96 0:46:02 EST


> I also did Linus' request of make mrproper after make menu/config
> (whichever)
>
> And i get this really cool error.
>
>
> gcc -D__KERNEL__ -I/src/linux/include -Wall -Wstrict-prototypes -O2
> -fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
> -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o init/main.o
> init/main.c
> In file included from init/main.c:15:
> /src/linux/include/linux/config.h:4: linux/autoconf.h: No such file or
> directorymake: *** [init/main.o] Error 1
>
>
> So what I did is this, touch /src/linux/include/linux/autoconf.h
>
> And it worked just peachy-keen, I hope i helped any other of you hackers
> out there.

The "make mrproper" should be done before the "make config" since
mrproper removes autoconf.h. (It is make clean on steriods.)

Tom