X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_mbuild.sh;h=47403a7e71c0a0a7384a5d4e2031e4c43a11b9e4;hb=268e4f09144c48e02f01d82ab3aab359457df214;hp=7e4c8ff174acea71a02da6ccbd956dc24ad8074d;hpb=28e7fd62340426746f9c896cbc40c5d374ec47aa;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index 7e4c8ff174..47403a7e71 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-2013 Free Software Foundation, Inc. +# Copyright (C) 2002-2019 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