----------Forwarded message ---------- On Wed, 10 Jan 2001, M. Fahrizal Rasad wrote: > sepertinya urutannya salah, jika perintah make clean dipakai terakhir maka > hasil konfigurasi yg dibuat sebelumnya akan di "clean" pula. > jadi seharusnya urutannya: > make clean , make menuconfig ,make dep, make bzImage Memang urutannya begitu: make menuconfig ; make dep ; make clean ; make bzImage Ini sebagian dari kernel-HOWTO : 4.1. Cleaning and depending When the configure script ends, it also tells you to `make dep' and (possibly) `clean'. So, do the `make dep'. This insures that all of the dependencies, such the include files, are in place. It does not take long, unless your computer is fairly slow to begin with. For older versions of the kernel, when finished, you should do a `make clean'. This removes all of the object files and some other things that an old version leaves behind. In any case, do not forget this step before attempting to recompile a kernel. > Frizal_ Rumy -------------------------------------------------------------------------- Utk berhenti langganan, kirim email ke [EMAIL PROTECTED] Dapatkan FAQ milis dg mengirim email kosong ke [EMAIL PROTECTED] Informasi arsip di http://www.linux.or.id/milis.php3 Pengelola dapat dihubungi lewat [EMAIL PROTECTED]
