X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=gdb%2Fgdb_buildall.sh;h=6636d0bfda66b44912270e1bc5365fe0c5096b90;hb=64cc34d87089ff24b43e0a8760be132b7afa6f34;hp=3e95444c3367701db6029692d4147445be71110d;hpb=7b6bb8daaceb9ecf3f42dea57ae82733d6a3b2f6;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh index 3e95444c33..6636d0bfda 100644 --- a/gdb/gdb_buildall.sh +++ b/gdb/gdb_buildall.sh @@ -2,7 +2,7 @@ # Build script to build GDB with all targets enabled. -# Copyright (C) 2008, 2009, 2010, 2011 Free Software Foundation, Inc. +# Copyright (C) 2008-2018 Free Software Foundation, Inc. # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or @@ -103,7 +103,7 @@ builddir=`cd $2 && /bin/pwd` || exit 1 make=${MAKE:-make} MAKE=${make} export MAKE -# We dont want GDB do dump cores. +# We don't want GDB do dump cores. ulimit -c 0 # Just make sure we're in the right directory.