View previous topic :: View next topic |
Author |
Message |
BillyD Guru
Joined: 05 May 2002 Posts: 323 Location: Australia
|
Posted: Mon Jul 01, 2002 4:42 am Post subject: make menuconfig |
|
|
I am trying to update my kernel, however after emerging sys-kernel/gentoo-sources, I attempted running make menuconfig, but the output is:
make: *** No rule to make target `menuconfig'. Stop.
Is there something I have missed? I was sure this is all I had to do in the past to begin compiling a new kernel... |
|
Back to top |
|
|
delta407 Bodhisattva
Joined: 23 Apr 2002 Posts: 2876 Location: Chicago, IL
|
Posted: Mon Jul 01, 2002 4:53 am Post subject: |
|
|
Code: | # cd /usr/src/linux
make menuconfig |
If that still breaks, make sure that /usr/src/linux is pointing to your gentoo-sources directory. |
|
Back to top |
|
|
BillyD Guru
Joined: 05 May 2002 Posts: 323 Location: Australia
|
Posted: Mon Jul 01, 2002 4:57 am Post subject: |
|
|
Thanks delta407, that was the problem - usr/src/linux was not pointing at the gentoo-sources directory. |
|
Back to top |
|
|
|