All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [2342] 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
       [not found] <E1MHIC7-000500-F0@cvs.savannah.gnu.org>
@ 2009-06-19 20:05 ` Christian Franke
  2009-06-19 21:33   ` Pavel Roskin
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Franke @ 2009-06-19 20:05 UTC (permalink / raw)
  To: grub-devel

Vladimir Serbinenko wrote:
> 	* configure.ac: remove a leftover AC_MSG_RESULT
> ...
> --- trunk/grub2/configure.ac	2009-06-18 13:51:06 UTC (rev 2341)
> +++ trunk/grub2/configure.ac	2009-06-18 14:02:23 UTC (rev 2342)
> @@ -308,7 +308,6 @@
>  AC_SUBST(TARGET_IMG_LDSCRIPT)
>  AC_SUBST(TARGET_IMG_LDFLAGS)
>  AC_SUBST(TARGET_IMG_CFLAGS)
> -AC_MSG_RESULT([$TARGET_IMG_LDFLAGS_AC])
>  
>   

This was the AC_MSG_RESULT(...) for the
AC_MSG_CHECKING([for option to link raw image])
which is still present for the "$grub_cv_apple_target_cc" != "yes"  case.

I would suggest to move the AC_MSG_CHECKING outside the 'if 
"$grub_cv_apple_target_cc" = "yes" ... fi' and re-add the AC_MSG_RESULT.

-- 
Regards,
Christian Franke




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2342] 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
  2009-06-19 20:05 ` [2342] 2009-06-18 Vladimir Serbinenko <phcoder@gmail.com> Christian Franke
@ 2009-06-19 21:33   ` Pavel Roskin
  2009-06-20  7:04     ` Christian Franke
  0 siblings, 1 reply; 4+ messages in thread
From: Pavel Roskin @ 2009-06-19 21:33 UTC (permalink / raw)
  To: The development of GRUB 2

On Fri, 2009-06-19 at 22:05 +0200, Christian Franke wrote:

> This was the AC_MSG_RESULT(...) for the
> AC_MSG_CHECKING([for option to link raw image])
> which is still present for the "$grub_cv_apple_target_cc" != "yes"  case.
> 
> I would suggest to move the AC_MSG_CHECKING outside the 'if 
> "$grub_cv_apple_target_cc" = "yes" ... fi' and re-add the AC_MSG_RESULT.

Thanks for pointing it out.  Actually, the message is not needed at all.
There is no "checking" that needs to be communicated to the user.  It
would be appropriate if configure was running a compiler or looked for
some tool in the PATH.  In this case, it's just shell variable
assignments with on test for a file.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2342] 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
  2009-06-19 21:33   ` Pavel Roskin
@ 2009-06-20  7:04     ` Christian Franke
  2009-06-22 21:48       ` Pavel Roskin
  0 siblings, 1 reply; 4+ messages in thread
From: Christian Franke @ 2009-06-20  7:04 UTC (permalink / raw)
  To: The development of GRUB 2

Pavel Roskin wrote:
> On Fri, 2009-06-19 at 22:05 +0200, Christian Franke wrote:
>   
>> This was the AC_MSG_RESULT(...) for the
>> AC_MSG_CHECKING([for option to link raw image])
>> which is still present for the "$grub_cv_apple_target_cc" != "yes"  case.
>>
>> I would suggest to move the AC_MSG_CHECKING outside the 'if 
>> "$grub_cv_apple_target_cc" = "yes" ... fi' and re-add the AC_MSG_RESULT.
>>     
>
> Thanks for pointing it out.  Actually, the message is not needed at all.
> There is no "checking" that needs to be communicated to the user.  It
> would be appropriate if configure was running a compiler or looked for
> some tool in the PATH.  In this case, it's just shell variable
> assignments with on test for a file.
>
>   

I would prefer an output here even if the test done isn't a 'real' 
configure check. Would also make sense when we later apply your
'Use common linker script for all i386-pc systems' suggestion.

But if you want to remove this messages it is also fine with me.

Same would then possibly also apply to the
AC_MSG_CHECKING([for command to convert module to ELF format])
a few lines below.

-- 
Regards,
Christian Franke




^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [2342] 2009-06-18  Vladimir Serbinenko  <phcoder@gmail.com>
  2009-06-20  7:04     ` Christian Franke
@ 2009-06-22 21:48       ` Pavel Roskin
  0 siblings, 0 replies; 4+ messages in thread
From: Pavel Roskin @ 2009-06-22 21:48 UTC (permalink / raw)
  To: The development of GRUB 2

On Sat, 2009-06-20 at 09:04 +0200, Christian Franke wrote:

> I would prefer an output here even if the test done isn't a 'real' 
> configure check. Would also make sense when we later apply your
> 'Use common linker script for all i386-pc systems' suggestion.
> 
> But if you want to remove this messages it is also fine with me.
> 
> Same would then possibly also apply to the
> AC_MSG_CHECKING([for command to convert module to ELF format])
> a few lines below.

At least it doesn't produce a long line starting with a dash that looks
out of place.

-- 
Regards,
Pavel Roskin



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-06-22 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <E1MHIC7-000500-F0@cvs.savannah.gnu.org>
2009-06-19 20:05 ` [2342] 2009-06-18 Vladimir Serbinenko <phcoder@gmail.com> Christian Franke
2009-06-19 21:33   ` Pavel Roskin
2009-06-20  7:04     ` Christian Franke
2009-06-22 21:48       ` Pavel Roskin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.