Date: Thu, 16 May 2002 12:42:03 +0200 From: hans@lambermont.dyndns.org (Hans Lambermont) 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> In-Reply-To: <20020515222206.A46598@moya.lambermont.dyndns.org>; from hans@lambermont.dyndns.org on Wed, May 15, 2002 at 10:22:06PM %2B0200 References: <20020515153245.A43708@moya.lambermont.dyndns.org> <20020515140303.GD40274@sunbay.com> <20020515222206.A46598@moya.lambermont.dyndns.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020516124203.A24298>
