lkml.org 
[lkml]   [2003]   [May]   [26]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    Date
    From
    Subject[RFC] [PATCH] Add 'make' with no target as preferred build command
    Hello,

    It seems for 2.5/2.6 'make' is the preferred command for building the
    kernel tree (also stated in davej's 2.6 "what to expect" document). That
    scenario however isn't even presented when the user finishes the kernel
    configuration. This is a simple patch to scripts/kconfig/mconf.c which
    tackles that, perhaps not in the best fashion but certainly in the
    simplest.

    Applies on top of bk-curr. Please consider.


    Paulo Andre'


    --- linux-2.5-vanilla/scripts/kconfig/mconf.c 2003-03-24 22:00:10.000000000 +0000
    +++ linux-2.5/scripts/kconfig/mconf.c 2003-05-26 12:49:13.000000000 +0100
    @@ -781,7 +781,7 @@
    printf("\n\n"
    "*** End of Linux kernel configuration.\n"
    "*** Check the top-level Makefile for additional configuration.\n"
    - "*** Next, you may run 'make bzImage', 'make bzdisk', or 'make install'.\n\n");
    + "*** Next, you may run 'make', 'make bzImage', 'make bzdisk', or 'make install'.\n\n");
    } else
    printf("\n\nYour kernel configuration changes were NOT saved.\n\n");

    \
     
     \ /
      Last update: 2005-03-22 13:35    [W:3.328 / U:0.584 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site