[coreboot-gerrit] Patch set updated for coreboot: buildgcc: Fix help text formatting

Martin Roth (martinroth@google.com) gerrit at coreboot.org
Thu Mar 24 01:59:47 CET 2016


Martin Roth (martinroth at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/14145

-gerrit

commit 67ff5220474aabd5d8981cf407a7edb74e5b2d99
Author: Martin Roth <martinroth at google.com>
Date:   Sun Mar 20 12:03:20 2016 -0600

    buildgcc: Fix help text formatting
    
    Add a newline after the supported version text.
    Move $TARGETDIR left so that longer paths print better.
    
    Change-Id: If520e1b8657a526dee27763aee62cb78777d020d
    Signed-off-by: Martin Roth <martinroth at google.com>
---
 util/crossgcc/buildgcc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index f88c09c..2e7505b 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -326,9 +326,9 @@ myhelp()
 	printf "       [--nocolor]                don't print color codes in output\n"
 	printf "       [--urls]                   print the urls for all packages\n"
 	printf "    [-j|--jobs <num>]             run <num> jobs in parallel in make\n"
-	printf "    [-s]--supported <tool>        print supported version of a tool"
+	printf "    [-s]--supported <tool>        print supported version of a tool\n"
 	printf "    [-d|--directory <target dir>] target directory to install cross compiler to\n"
-	printf "                                  (defaults to $TARGETDIR)\n\n"
+	printf "        (defaults to $TARGETDIR)\n\n"
 	printf "    [-D|--destdir <dest dir>]     destination directory to install cross compiler to\n"
 	printf "                                  (for RPM builds, default unset)\n"
 	printf "    [-P|--package <package>]      Build a specific package: GCC, CLANG, IASL, GDB\n"



More information about the coreboot-gerrit mailing list