Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 4 Mar 2001 17:44:47 +0200
From:      "Alexandr A. Listopad" <laa@laa.zp.ua>
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>
In-Reply-To: <20010304172456.B10906@laa.zp.ua>; from laa@laa.zp.ua on Sun, Mar 04, 2001 at 05:24:56PM %2B0200
References:  <20010304172456.B10906@laa.zp.ua>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010304174447.C10906>