[Buildroot] [PATCH 5/8] linux: add the generic help rules

Jérôme Pouiller jezz at sysmic.org
Thu Mar 10 09:21:17 UTC 2016


Hello Arnout,

On Thursday 10 March 2016 00:47:01 Arnout Vandecappelle wrote:
> On 03/09/16 23:22, Yann E. MORIN wrote:
[...]
> > +LINUX_HELP = \
> > +	"linux-menuconfig : Run Linux kernel menuconfig" \
> > +	"linux-savedefconfig : Run Linux kernel savedefconfig" \
> > +	"linux-update-defconfig : Save the Linux configuration to the path specified \
> > +				  by BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE"
> 
>   So now this will be printed on a single line, instead of being split
> like it was before. Well, Jérôme's patch already did that as well I
> guess.
In fact, my patch correctly support this case if you use two separate
strings:
  
EXTRA_HELP += \
   "linux-update-defconfig : Save the Linux configuration to the path specified" \
   "                           by BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE"


Regards,

-- 
Jérôme Pouiller, Sysmic
Embedded Linux specialist
http://www.sysmic.fr



More information about the buildroot mailing list