From owner-freebsd-stable Sun Mar 4 7:45:14 2001 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.ZSEA.zp.ua (ZSEA.zp.ua [212.8.40.5]) by hub.freebsd.org (Postfix) with ESMTP id 8A85637B719; Sun, 4 Mar 2001 07:45:06 -0800 (PST) (envelope-from laa@laa.zp.ua) Received: (from laa@localhost) by mx1.ZSEA.zp.ua (8.11.2/8.11.2) id f24FilM56758; Sun, 4 Mar 2001 17:44:47 +0200 (EET) (envelope-from laa@laa.zp.ua) Date: Sun, 4 Mar 2001 17:44:47 +0200 From: "Alexandr A. Listopad" To: stable@FreeBSD.ORG, obrien@FreeBSD.ORG Subject: Re: failed to buildworld... (make: don't know how to make build-tools. Stop) Message-ID: <20010304174447.C10906@laa.zp.ua> References: <20010304172456.B10906@laa.zp.ua> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20010304172456.B10906@laa.zp.ua>; from laa@laa.zp.ua on Sun, Mar 04, 2001 at 05:24:56PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Mar 04, 2001 at 05:24:56PM +0200, Alexandr A. Listopad wrote: > >>> stage 2: build tools > -------------------------------------------------------------- > cd /usr/src; MAKEOBJDIRPREFIX=/usr/obj INSTALL="sh > /usr/src/tools/install.sh" > PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/s > rc/i386/usr/games:/sbin:/bin:/usr/sbin:/usr/bin make -f Makefile.inc1 > build-tool > s > cd /usr/src/bin/csh; make build-tools > make: don't know how to make build-tools. Stop > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error seems wrong src/Makefile.inc1 rev. 1.141.2.22: @@ -575,7 +588,7 @@ .endif build-tools: -.for _tool in bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ +.for _tool in bin/csh bin/sh ${_games} gnu/usr.bin/cc/cc_tools ${_fortran} \ ${_libroken4} ${_libkrb5} lib/libncurses ${_share} ${_perl} cd ${.CURDIR}/${_tool}; ${MAKE} build-tools there no build-tools target in src/bin/csh/Makefile -- Laa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message