From bffc850001d917999e34ff27fc3dfcae25613b2b Mon Sep 17 00:00:00 2001 From: jmc Date: Fri, 26 Oct 2001 06:41:46 +0000 Subject: [PATCH] Remove debug echo statement --- share/mk/bsd.own.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index 4bab13e9c3e9..0cdf5ef66f51 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.199 2001/10/26 04:59:10 jmc Exp $ +# $NetBSD: bsd.own.mk,v 1.200 2001/10/26 06:41:46 jmc Exp $ .if !defined(_BSD_OWN_MK_) _BSD_OWN_MK_=1 @@ -23,7 +23,7 @@ USE_NEW_TOOLCHAIN=yes # set .if !defined(_SRC_TOP_) # Find the top of the source tree to see if we're inside of $BSDSRCDIR _SRC_TOP_!= cd ${.CURDIR}; while :; do \ - here=`pwd`; echo "$$here" >&2 ; \ + here=`pwd`; \ [ -f build.sh ] && [ -d tools ] && { echo $$here; break; }; \ case $$here in /) echo ""; break;; esac; \ cd ..; done