X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_mbuild.sh;h=26049378f23bd5265a24cac739f6599f3c9afa57;hb=2f91880f3afb3cc521111dfcc99b214c77aa97a1;hp=b0405c02f62c126f615ea9708505ab42a734b711;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index b0405c02f6..26049378f2 100755 --- a/gdb/gdb_mbuild.sh +++ b/gdb/gdb_mbuild.sh @@ -3,7 +3,7 @@ # Multi-build script for testing compilation of all maintained # configs of GDB. -# Copyright (C) 2002-2015 Free Software Foundation, Inc. +# Copyright (C) 2002-2017 Free Software Foundation, Inc. # Contributed by Richard Earnshaw (rearnsha@arm.com) @@ -195,7 +195,7 @@ log () -# Warn the user of what is comming, print the list of targets +# Warn the user of what is coming, print the list of targets echo "$alltarg" echo "" @@ -273,7 +273,7 @@ do then # Iff the build fails remove the final build target so that # the follow-on code knows things failed. Stops the follow-on - # code thinking that a failed rebuild succedded (executable + # code thinking that a failed rebuild succeeded (executable # left around from previous build). echo ... ${make} ${keepgoing} ${makejobs} ${target} ( ${make} ${keepgoing} ${makejobs} all-gdb || rm -f gdb/gdb gdb/gdb.exe