diff --git a/avr-libc.build.bash b/avr-libc.build.bash index f5d5940..b357059 100755 --- a/avr-libc.build.bash +++ b/avr-libc.build.bash @@ -5,12 +5,12 @@ # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. -# +# # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. -# +# # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. @@ -19,7 +19,7 @@ source build.conf if [[ ! -d toolsdir ]] ; then - echo "You must first build the tools: run build_tools.bash" + echo "You must first build the tools: run ./tools.bash" exit 1 fi @@ -93,4 +93,3 @@ fi PATH=$PREFIX/bin:$PATH nice -n 10 make -j $MAKE_JOBS PATH=$PREFIX/bin:$PATH make install - diff --git a/binutils.build.bash b/binutils.build.bash index 993f4b8..e2caffe 100755 --- a/binutils.build.bash +++ b/binutils.build.bash @@ -19,7 +19,7 @@ source build.conf if [[ ! -d toolsdir ]] ; then - echo "You must first build the tools: run build_tools.bash" + echo "You must first build the tools: run ./tools.bash" exit 1 fi diff --git a/gcc.build.bash b/gcc.build.bash index 7b82dc6..7cba097 100755 --- a/gcc.build.bash +++ b/gcc.build.bash @@ -19,7 +19,7 @@ source build.conf if [[ ! -d toolsdir ]] ; then - echo "You must first build the tools: run build_tools.bash" + echo "You must first build the tools: run ./tools.bash" exit 1 fi