X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fgdb_buildall.sh;h=5822473a7939bf2a129028278ca6cb8d3abe9d79;hb=348fe36b1d64f12c60e08f6313520b3191663063;hp=335f4a34148928b0feffc3e00ef10648e68105b3;hpb=32d0add0a654c1204ab71dc8a55d9374538c4b33;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/gdb_buildall.sh b/gdb/gdb_buildall.sh index 335f4a3414..5822473a79 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-2015 Free Software Foundation, Inc. +# Copyright (C) 2008-2020 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.