* HELP: Building System
@ 2003-03-20 14:50 Paolo Ornati
2003-03-20 18:53 ` Sam Ravnborg
0 siblings, 1 reply; 2+ messages in thread
From: Paolo Ornati @ 2003-03-20 14:50 UTC (permalink / raw)
To: linux-kernel
I think that the available Documentetion about "REcompiling a kernel" is a
little confusing (about the use of "make clean").
EXAMPLES:
source: "The Linux Kernel HOWTO"
...When the configure script ends, it also tells you to `make dep' and
(possibly) `clean'...
...For older versions of the kernel, when finished, you should do a `make
clean'...
...In any case, do not forget this step before attempting to recompile a
kernel.
possibly?
only for older versions of kernel?
in any case?
WHEN?
source: www.linuxchix.org
...Sometimes, you'll change things so much that "make" can't figure out how
to recompile the files correctly. "make clean" will remove all the object
files (ending in .o) and a few other things...
ok, this seems more convincing...
Can anyone be more clear?
Bye,
Paolo
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: HELP: Building System
2003-03-20 14:50 HELP: Building System Paolo Ornati
@ 2003-03-20 18:53 ` Sam Ravnborg
0 siblings, 0 replies; 2+ messages in thread
From: Sam Ravnborg @ 2003-03-20 18:53 UTC (permalink / raw)
To: Paolo Ornati; +Cc: linux-kernel
On Thu, Mar 20, 2003 at 03:50:49PM +0100, Paolo Ornati wrote:
> I think that the available Documentetion about "REcompiling a kernel" is a
> little confusing (about the use of "make clean").
Did you try to read README in the top-level directory?
Anyway "make clean" deletes most of the generated files, but most
important leaves the actual .config.
"make mrproper" cleans up stuff even more, but remember to save/restore
.config when using "make mrproper".
Sam
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2003-03-20 18:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-03-20 14:50 HELP: Building System Paolo Ornati
2003-03-20 18:53 ` Sam Ravnborg
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®