* [Qemu-devel] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC
@ 2013-06-17 23:09 Andreas Färber
2013-06-17 23:10 ` Peter Maydell
2013-06-18 2:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
0 siblings, 2 replies; 3+ messages in thread
From: Andreas Färber @ 2013-06-17 23:09 UTC (permalink / raw)
To: qemu-devel; +Cc: qemu-trivial, peter.maydell, Andreas Färber
error_exit already prepends "ERROR: ", so no need to print it manually.
Signed-off-by: Andreas Färber <afaerber@suse.de>
---
configure | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure b/configure
index ad32f87..bb126e8 100755
--- a/configure
+++ b/configure
@@ -2529,7 +2529,7 @@ EOF
fdt_libs="-L\$(BUILD_DIR)/dtc/libfdt $fdt_libs"
elif test "$fdt" = "yes" ; then
# have neither and want - prompt for system/submodule install
- error_exit "ERROR: DTC not present. Your options:" \
+ error_exit "DTC not present. Your options:" \
" (1) Preferred: Install the DTC devel package" \
" (2) Fetch the DTC submodule, using:" \
" git submodule update --init dtc"
--
1.8.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC
2013-06-17 23:09 [Qemu-devel] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC Andreas Färber
@ 2013-06-17 23:10 ` Peter Maydell
2013-06-18 2:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2013-06-17 23:10 UTC (permalink / raw)
To: Andreas Färber; +Cc: qemu-trivial, qemu-devel
On 18 June 2013 00:09, Andreas Färber <afaerber@suse.de> wrote:
> error_exit already prepends "ERROR: ", so no need to print it manually.
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [Qemu-devel] [Qemu-trivial] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC
2013-06-17 23:09 [Qemu-devel] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC Andreas Färber
2013-06-17 23:10 ` Peter Maydell
@ 2013-06-18 2:37 ` Michael Tokarev
1 sibling, 0 replies; 3+ messages in thread
From: Michael Tokarev @ 2013-06-18 2:37 UTC (permalink / raw)
To: Andreas Färber; +Cc: qemu-trivial, peter.maydell, qemu-devel
18.06.2013 03:09, Andreas Färber wrote:
> error_exit already prepends "ERROR: ", so no need to print it manually.
Thanks, applied to the trivial patches queue.
/mjt
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-18 2:37 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-17 23:09 [Qemu-devel] [PATCH] configure: Fix "ERROR: ERROR: " for missing/incompatible DTC Andreas Färber
2013-06-17 23:10 ` Peter Maydell
2013-06-18 2:37 ` [Qemu-devel] [Qemu-trivial] " Michael Tokarev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).