X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_mbuild.sh;h=e75ab9cc2098bc72e9419b088edaaa343d0e492d;hb=e418a61a67a3476826259163383e5deb661042cc;hp=3cbb36a7af6e8ceb4c834ab4a4c19c1d20f6cb4d;hpb=0fb0cc7590113e9b459dfcc48dc71c9d419d9580;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_mbuild.sh b/gdb/gdb_mbuild.sh index 3cbb36a7af..e75ab9cc20 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, 2008, 2009 Free Software Foundation, Inc. +# Copyright (C) 2002-2018 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