]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
configure: Rewrite code for help message
authorStefan Weil <sw@weilnetz.de>
Wed, 18 Dec 2013 21:09:39 +0000 (22:09 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Wed, 1 Jan 2014 14:03:55 +0000 (18:03 +0400)
commit08fb77ed391dcbb35ba98fd98d81635a9f6aeb12
tree9e8c664bbab289bba5295b8bca06d86b39e9eb8b
parente5187b561ff7b241d609a2848131879072169565
configure: Rewrite code for help message

In the new form most lines of the code now look like the final output:
there is no leading echo command and the lines are shorter.

The resulting output is nearly identical: the only difference is a blank
character which was deliberately removed:

@@ -8,7 +8,7 @@
   --interp-prefix=PREFIX   where to find shared libraries, etc.
                            use %M for cpu name [/usr/gnemul/qemu-%M]
   --target-list=LIST       set target list (default: build everything)
-                           Available targets:  alpha-softmmu arm-softmmu
+                           Available targets: alpha-softmmu arm-softmmu
                            cris-softmmu i386-softmmu lm32-softmmu m68k-softmmu
                            microblaze-softmmu microblazeel-softmmu mips-softmmu
                            mips64-softmmu mips64el-softmmu mipsel-softmmu

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
configure