From owner-freebsd-current Thu May 16 3:42:11 2002 Delivered-To: freebsd-current@freebsd.org Received: from moya.lambermont.dyndns.org (e165253.upc-e.chello.nl [213.93.165.253]) by hub.freebsd.org (Postfix) with ESMTP id C65AB37B409 for ; Thu, 16 May 2002 03:42:06 -0700 (PDT) Received: from localhost (localhost.hans.org [127.0.0.1]) by moya.lambermont.dyndns.org (Postfix) with ESMTP id 47C7036471 for ; Thu, 16 May 2002 12:42:05 +0200 (CEST) Received: by moya.lambermont.dyndns.org (Postfix, from userid 1001) id 9A8BB36470; Thu, 16 May 2002 12:42:03 +0200 (CEST) Date: Thu, 16 May 2002 12:42:03 +0200 To: freebsd-current@FreeBSD.ORG Subject: Re: don't know how to make buildincludes in buildworld from -stable to -current Message-ID: <20020516124203.A24298@moya.lambermont.dyndns.org> References: <20020515153245.A43708@moya.lambermont.dyndns.org> <20020515140303.GD40274@sunbay.com> <20020515222206.A46598@moya.lambermont.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020515222206.A46598@moya.lambermont.dyndns.org>; from hans@lambermont.dyndns.org on Wed, May 15, 2002 at 10:22:06PM +0200 From: hans@lambermont.dyndns.org (Hans Lambermont) X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG more info on this problem: Hans Lambermont wrote: > cd /usr/src; make buildincludes; make installincludes > make: don't know how to make buildincludes. Stop I found the buildincludes target in share/mk/bsd.incs.mk These mk files should have been used ( MAKE= PATH=${PATH} make -m ${.CURDIR}/share/mk -f Makefile.inc1 in the main Makefile) but are not. If I do a cd /usr/src; make -m share/mk -f Makefile.inc1 buildincludes this target is made just fine. I copied /usr/src/share/mk to /usr/share/mk , added the targets 'buildincludes installincludes' to 'TGTS' in the main Makefile , and now cd /usr/src; make buildworld breaks a little later with: make: don't know how to make incsinstall. Stop Is anyone else able to upgrade from stable to current ? As usual any thoughts on this are welcome. Hans Lambermont -- http://lambermont.webhop.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message