On Thu, 2018-06-07 at 11:30 -0500, Brenton Chapin wrote: > Tried to configure Linux kernel 2.6.26 on Lubuntu 18.04 with make 4.1 > and gcc 7.3. > "make menuconfig" gives "No rule to make target menuconfig". > > With make 3.8 (Lubuntu 12.10), menuconfig works.
There is no make version "3.8". I assume you mean "3.80". > With kernel 2.6.32 and make 4.1, menuconfig works. I can't explain this, given this description. Probably someone familiar with Linux kernel makefiles might be able to help. Otherwise I recommend you run "make -d" in both the working and not working situations and walk through the output (it will be massive) to try to determine what causes the difference in behavior. Or, you can use "diff" to compare the Makefiles themselves and see if there're any changes that seem likely to have fixed this situation in the newer Linux kernel makefiles. _______________________________________________ Bug-make mailing list [email protected] https://lists.gnu.org/mailman/listinfo/bug-make
