Re: 2.2.1 Makefile patch

Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz)
Fri, 12 Feb 1999 06:29:05 +0100 (CET)


>
> Hi there.
>
> A while back, somebody complained about having problems with their
> kernel that required them to do "make mrproper" to clean it up, and
> that they lost their configuration doing that, which made them less
> than happy...
>
> The enclosed patch adds an extra option to the root makefile which
> basically does the "make mrproper" without deleting the current
> configuration. This option is "make proper".
>
> I can report that it works on my system, and on that of a friend of
> mine, and I can't see anything to prevent it working on every system,
> but comments will be much appreciated.

IMHO that is a wrong approach. The right way is to fix the dependencies, as
doing this make proper makes you recompile all the kernel, while if you do
the fix right, then you just have to recompile what's necessary.

Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
UltraLinux | http://ultra.linux.cz/ | http://ultra.penguin.cz/
Linux version 2.2.1 on a sparc64 machine (3958.37 BogoMips)
___________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/