All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] build: fix typo in error message
@ 2017-11-27 17:49 Mike Frysinger
  2017-11-27 19:34 ` John Snow
  2017-11-27 20:19 ` Eric Blake
  0 siblings, 2 replies; 5+ messages in thread
From: Mike Frysinger @ 2017-11-27 17:49 UTC (permalink / raw)
  To: qemu-devel

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 scripts/git-submodule.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh
index 030617b4ac0c..bc7224a27fe3 100755
--- a/scripts/git-submodule.sh
+++ b/scripts/git-submodule.sh
@@ -24,7 +24,7 @@ error() {
     echo "Alternatively you may disable automatic GIT submodule checkout"
     echo "with:"
     echo
-    echo " $ ./configure --disable-git-update'"
+    echo " $ ./configure --disable-git-update"
     echo
     echo "and then manually update submodules prior to running make, with:"
     echo
-- 
2.12.0

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

* Re: [Qemu-devel] [PATCH] build: fix typo in error message
  2017-11-27 17:49 [Qemu-devel] [PATCH] build: fix typo in error message Mike Frysinger
@ 2017-11-27 19:34 ` John Snow
  2017-11-27 20:19 ` Eric Blake
  1 sibling, 0 replies; 5+ messages in thread
From: John Snow @ 2017-11-27 19:34 UTC (permalink / raw)
  To: Mike Frysinger, qemu-devel; +Cc: QEMU Trivial



On 11/27/2017 12:49 PM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  scripts/git-submodule.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh
> index 030617b4ac0c..bc7224a27fe3 100755
> --- a/scripts/git-submodule.sh
> +++ b/scripts/git-submodule.sh
> @@ -24,7 +24,7 @@ error() {
>      echo "Alternatively you may disable automatic GIT submodule checkout"
>      echo "with:"
>      echo
> -    echo " $ ./configure --disable-git-update'"
> +    echo " $ ./configure --disable-git-update"
>      echo
>      echo "and then manually update submodules prior to running make, with:"
>      echo
> 

cc qemu-trivial

Reviewed-by: John Snow <jsnow@redhat.com>

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

* Re: [Qemu-devel] [PATCH] build: fix typo in error message
  2017-11-27 17:49 [Qemu-devel] [PATCH] build: fix typo in error message Mike Frysinger
  2017-11-27 19:34 ` John Snow
@ 2017-11-27 20:19 ` Eric Blake
  1 sibling, 0 replies; 5+ messages in thread
From: Eric Blake @ 2017-11-27 20:19 UTC (permalink / raw)
  To: Mike Frysinger, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 801 bytes --]

On 11/27/2017 11:49 AM, Mike Frysinger wrote:
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
> ---
>  scripts/git-submodule.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh
> index 030617b4ac0c..bc7224a27fe3 100755
> --- a/scripts/git-submodule.sh
> +++ b/scripts/git-submodule.sh
> @@ -24,7 +24,7 @@ error() {
>      echo "Alternatively you may disable automatic GIT submodule checkout"
>      echo "with:"
>      echo
> -    echo " $ ./configure --disable-git-update'"
> +    echo " $ ./configure --disable-git-update"

Reviewed-by: Eric Blake <eblake@redhat.com>

-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

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

* Re: [Qemu-devel] [PATCH] build: fix typo in error message
  2018-01-19 10:32 Laurent Vivier
@ 2018-01-19 14:34 ` Eric Blake
  0 siblings, 0 replies; 5+ messages in thread
From: Eric Blake @ 2018-01-19 14:34 UTC (permalink / raw)
  To: Laurent Vivier, Daniel P . Berrange
  Cc: qemu-trivial, Michael Tokarev, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 552 bytes --]

On 01/19/2018 04:32 AM, Laurent Vivier wrote:
> Signed-off-by: Laurent Vivier <lvivier@redhat.com>
> ---
>  scripts/git-submodule.sh | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Duplicate of:
https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg04178.html
https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg03875.html
https://lists.gnu.org/archive/html/qemu-devel/2017-12/msg03798.html


-- 
Eric Blake, Principal Software Engineer
Red Hat, Inc.           +1-919-301-3266
Virtualization:  qemu.org | libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

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

* [Qemu-devel] [PATCH] build: fix typo in error message
@ 2018-01-19 10:32 Laurent Vivier
  2018-01-19 14:34 ` Eric Blake
  0 siblings, 1 reply; 5+ messages in thread
From: Laurent Vivier @ 2018-01-19 10:32 UTC (permalink / raw)
  To: Daniel P . Berrange
  Cc: qemu-devel, qemu-trivial, Michael Tokarev, Laurent Vivier

Signed-off-by: Laurent Vivier <lvivier@redhat.com>
---
 scripts/git-submodule.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/git-submodule.sh b/scripts/git-submodule.sh
index bc7224a27f..807ca0b4f8 100755
--- a/scripts/git-submodule.sh
+++ b/scripts/git-submodule.sh
@@ -28,7 +28,7 @@ error() {
     echo
     echo "and then manually update submodules prior to running make, with:"
     echo
-    echo " $ scripts/git-sbumodule.sh update $modules"
+    echo " $ scripts/git-submodule.sh update $modules"
     echo
     exit 1
 }
-- 
2.14.3

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

end of thread, other threads:[~2018-01-19 14:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-27 17:49 [Qemu-devel] [PATCH] build: fix typo in error message Mike Frysinger
2017-11-27 19:34 ` John Snow
2017-11-27 20:19 ` Eric Blake
2018-01-19 10:32 Laurent Vivier
2018-01-19 14:34 ` Eric Blake

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.