Re: [Qemu-devel] [PATCH] configure: replace \n with space in optarg

2014-08-04 Thread Hu Tao
On Mon, Aug 04, 2014 at 09:50:20AM +0100, Peter Maydell wrote: > On 4 August 2014 08:12, Hu Tao wrote: > > When optarg happens to contain \n like: > > > > ../configure --target-list='i386-softmmu > > x86_64-softmmu' > > > > make will fail with message: > > > > config-host.mak:45: *** missing sepa

Re: [Qemu-devel] [PATCH] configure: replace \n with space in optarg

2014-08-04 Thread Peter Maydell
On 4 August 2014 08:12, Hu Tao wrote: > When optarg happens to contain \n like: > > ../configure --target-list='i386-softmmu > x86_64-softmmu' > > make will fail with message: > > config-host.mak:45: *** missing separator. Stop. Why would you put newlines in the option string? This is likely to