All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [patch] Allow command in target-list
@ 2005-06-05  2:32 Paul Brook
  0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-06-05  2:32 UTC (permalink / raw)
  To: qemu-devel

The patch below makes configure --target-list accept a comma separated list of 
targets, as well as a space separated list. This is easier to protect from 
the shell, and more consistent with other configure scripts.

Space separated lists are still accepted as before.

Paul

Index: configure
===================================================================
--- configure	(revision 24)
+++ configure	(working copy)
@@ -215,6 +215,8 @@
     if [ "$linux" = "yes" ] ; then
         target_list="i386-user arm-user armeb-user sparc-user ppc-user 
$target_list"
     fi
+else
+    target_list=$(echo "$target_list" | sed -e 's/,/ /g')
 fi
 
 if test -z "$cross_prefix" ; then

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-06-05  2:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-06-05  2:32 [Qemu-devel] [patch] Allow command in target-list Paul Brook

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.