All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] config.status: Pass extra parameters
@ 2016-01-12 11:58 Dr. David Alan Gilbert (git)
  2016-01-14 20:45 ` Daniel P. Berrange
  2016-03-18 18:34 ` Dr. David Alan Gilbert
  0 siblings, 2 replies; 4+ messages in thread
From: Dr. David Alan Gilbert (git) @ 2016-01-12 11:58 UTC (permalink / raw)
  To: qemu-devel, pbonzini

From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>

This allows you to do:
  ./config.status --the-option-you-forgot

Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
---
 configure | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure b/configure
index 44ac9ab..9a9e978 100755
--- a/configure
+++ b/configure
@@ -5954,7 +5954,7 @@ cat <<EOD >config.status
 EOD
 printf "exec" >>config.status
 printf " '%s'" "$0" "$@" >>config.status
-echo >>config.status
+echo ' "$@"' >>config.status
 chmod +x config.status
 
 rm -r "$TMPDIR1"
-- 
2.5.0

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

* Re: [Qemu-devel] [PATCH] config.status: Pass extra parameters
  2016-01-12 11:58 [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert (git)
@ 2016-01-14 20:45 ` Daniel P. Berrange
  2016-03-18 18:34 ` Dr. David Alan Gilbert
  1 sibling, 0 replies; 4+ messages in thread
From: Daniel P. Berrange @ 2016-01-14 20:45 UTC (permalink / raw)
  To: Dr. David Alan Gilbert (git); +Cc: pbonzini, qemu-devel

On Tue, Jan 12, 2016 at 11:58:48AM +0000, Dr. David Alan Gilbert (git) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> This allows you to do:
>   ./config.status --the-option-you-forgot
> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>

Regards,
Daniel
-- 
|: http://berrange.com      -o-    http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org              -o-             http://virt-manager.org :|
|: http://autobuild.org       -o-         http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org       -o-       http://live.gnome.org/gtk-vnc :|

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

* Re: [Qemu-devel] [PATCH] config.status: Pass extra parameters
  2016-01-12 11:58 [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert (git)
  2016-01-14 20:45 ` Daniel P. Berrange
@ 2016-03-18 18:34 ` Dr. David Alan Gilbert
  2016-03-21 11:24   ` Paolo Bonzini
  1 sibling, 1 reply; 4+ messages in thread
From: Dr. David Alan Gilbert @ 2016-03-18 18:34 UTC (permalink / raw)
  To: pbonzini, qemu-trivial; +Cc: qemu-devel

Can someone pick this tiny patch up that I sent in January:

(adding in qemu-trivial)

Dave

* Dr. David Alan Gilbert (git) (dgilbert@redhat.com) wrote:
> From: "Dr. David Alan Gilbert" <dgilbert@redhat.com>
> 
> This allows you to do:
>   ./config.status --the-option-you-forgot
> 
> Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
> ---
>  configure | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/configure b/configure
> index 44ac9ab..9a9e978 100755
> --- a/configure
> +++ b/configure
> @@ -5954,7 +5954,7 @@ cat <<EOD >config.status
>  EOD
>  printf "exec" >>config.status
>  printf " '%s'" "$0" "$@" >>config.status
> -echo >>config.status
> +echo ' "$@"' >>config.status
>  chmod +x config.status
>  
>  rm -r "$TMPDIR1"
> -- 
> 2.5.0
> 
> 
--
Dr. David Alan Gilbert / dgilbert@redhat.com / Manchester, UK

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

* Re: [Qemu-devel] [PATCH] config.status: Pass extra parameters
  2016-03-18 18:34 ` Dr. David Alan Gilbert
@ 2016-03-21 11:24   ` Paolo Bonzini
  0 siblings, 0 replies; 4+ messages in thread
From: Paolo Bonzini @ 2016-03-21 11:24 UTC (permalink / raw)
  To: Dr. David Alan Gilbert, qemu-trivial; +Cc: qemu-devel



On 18/03/2016 19:34, Dr. David Alan Gilbert wrote:
> Can someone pick this tiny patch up that I sent in January:
> 
> (adding in qemu-trivial)

Will do.

Paolo

> Dave

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

end of thread, other threads:[~2016-03-21 11:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-12 11:58 [Qemu-devel] [PATCH] config.status: Pass extra parameters Dr. David Alan Gilbert (git)
2016-01-14 20:45 ` Daniel P. Berrange
2016-03-18 18:34 ` Dr. David Alan Gilbert
2016-03-21 11:24   ` Paolo Bonzini

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.