On Fri, 11 Feb 2000, Alexey Alexapolsky wrote:
> Hello ,
>
> I really forgot to make modules and make modules_install.
> I had thought it is enough to make dep;make clean;make zImage;
> never heard about make modules !! Are there some other important
> "makes" for kernel compilation ?
The make options are normaly defined in the thing called Makefile, in
this instance thats /usr/src/linux/Makefile.
What to look for;
Normally the options are defined in the Makefile as;
oldconfig:
a lot of text here defining whats too be done.
distclean: mrproper
rm -f core `find . \( -name '*.orig' -o -name '*.rej' -o -name '*~' \
-o -name '*.bak' -o -name '#*#' -o -name '.*.orig' \
-o -name '.*.rej' -o -name '.SUMS' -o -size 0 \) -print` TAGS
I suggest you take a look at the Makefile, look for the words edning
in : as per the above examples.
>
> Best regards,
> Alexey mailto:[EMAIL PROTECTED]
>
--
Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.linux-learn.org/faqs