Re: cmdline.c: ESC at any time exits: only mentioned once

2009-01-25 Thread Carles Pina i Estany
Hello, On Jan/24/2009, Vesa Jääskeläinen wrote: > jida...@jidanni.org wrote: > > Gentlemen, there is a serious usability problem with cmdline.c. > > > > At the very start the user sees the message made by > > > > grub_printf ("\ > > [ Minimal BASH-like line editing is supported. For the firs

Re: [PATCH] Build system improvement

2009-01-25 Thread Vesa Jääskeläinen
Javier Martín wrote: > This patch modifies several files in the build system (mainly common.rmk > and genmk.rb) to reduce the general verbosity of the build process to a > manageable, semi-informative level. Thus, what currently appears as > "gcc" calls, several lines long each is turned into lines

Re: [PATCH] Build system improvement

2009-01-25 Thread Javier Martín
El dom, 25-01-2009 a las 12:34 +0200, Vesa Jääskeläinen escribió: > Javier Martín wrote: > > This patch modifies several files in the build system (mainly common.rmk > > and genmk.rb) to reduce the general verbosity of the build process to a > > manageable, semi-informative level. Thus, what curren

Re: [PATCH] Build system improvement

2009-01-25 Thread Colin D Bennett
On Sun, 25 Jan 2009 14:23:29 +0100 Javier Martín wrote: > El dom, 25-01-2009 a las 12:34 +0200, Vesa Jääskeläinen escribió: > > Javier Martín wrote: > > > This patch modifies several files in the build system (mainly common.rmk > > > and genmk.rb) to reduce the general verbosity of the build proc

[PATCH] remove target_os

2009-01-25 Thread Robert Millan
Hi, Based on the description of host/target triplets in configure.ac: dnl build -- the environment for building GRUB dnl host -- the environment for running utilities dnl target -- the environment for running GRUB it seems that target_os is an oxymoron. There's no OS in the environmen