Re: kernel-package instructions questions

1998-03-30 Thread Manoj Srivastava
Hi, make-kpkg clean does all that clean does, and more. There is no need to run make dep; make-kpkg handles all that. You can use make-kpkg to vreate pcmcia packages in sync with your kernel. Look into /usr/doc/pcmcia*/ and /usr/doc/kernel-pacakge/README for details. manoj --

Re: kernel-package instructions questions

1998-03-30 Thread Bill Leach
No, follow the kernel-package instructions (though I think that your doing a make dep won't actually hurt anything, you'll just be doing something manually that make-kpkg clean will do anyway). -- best, -bill [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECT

kernel-package instructions questions

1998-03-30 Thread Sen Nagata
hello- i've started to use kernel-package and have a few questions. 1) after doing a make config (or menuconfig, etc.), there is some mention on the screen about doing: make dep; make clean however, in the kernel-package docs, the next step after doing a ma