X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_mbuild.sh;h=26049378f23bd5265a24cac739f6599f3c9afa57;hb=545e07dffdaf1b79497a866772caf0dd6e0a243f;hp=2a14792ecae7b37b172a2b99dcdf99945e7102dd;hpb=50efebf80c7d2aa34c084bb7f7fe44c506e7c81f;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index 2a14792eca..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, 2003, 2007 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