From ab9a1f6db49e021c5b60068400eb1879f300c48a Mon Sep 17 00:00:00 2001 From: Frans Pop Date: Mon, 31 Oct 2005 16:22:02 +0000 Subject: [PATCH] Problem analyzed, so debugging no longer needed --- tools/boot/etch/boot-i386 | 1 - tools/boot/etch/boot-m68k | 1 - 2 files changed, 2 deletions(-) diff --git a/tools/boot/etch/boot-i386 b/tools/boot/etch/boot-i386 index c1030345..868fb8ce 100755 --- a/tools/boot/etch/boot-i386 +++ b/tools/boot/etch/boot-i386 @@ -9,7 +9,6 @@ . $BASEDIR/tools/boot/$DI_CODENAME/common.sh set -e -set -x # Debug why daily m68k builds are not build from smarenka's home (for comparison) N=$1 CDDIR=$2 diff --git a/tools/boot/etch/boot-m68k b/tools/boot/etch/boot-m68k index 1d7bac83..4dcb143c 100755 --- a/tools/boot/etch/boot-m68k +++ b/tools/boot/etch/boot-m68k @@ -9,7 +9,6 @@ . $BASEDIR/tools/boot/$DI_CODENAME/common.sh set -e -set -x # Debug why daily m68k builds are not build from smarenka's home N=$1 CDDIR=$2