qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH] configure cleanup


From: Stuart Brady
Subject: Re: [Qemu-devel] [PATCH] configure cleanup
Date: Sat, 12 Apr 2008 18:13:20 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

On Sat, Apr 12, 2008 at 06:29:42PM +0200, Andreas Schwab wrote:
> No need for a loop.
> 
> target_list="\
> i386-softmmu \
> x86_64-softmmu \
> arm-softmmu \
> ...
> sparc-softmmu \
> "

Oh, good point.  Are the backslashes necessary, though?

Also, as this needs to be printed, I think we'd need something like:

   target_list=`echo $target_list`

Cheers,
-- 
Stuart Brady




reply via email to

[Prev in Thread] Current Thread [Next in Thread]