Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Aug 2004 11:35:37 +0200 (CEST)
From:      Harti Brandt <harti@freebsd.org>
To:        Pawel Jakub Dawidek <pjd@freebsd.org>
Cc:        cvs-all@freebsd.org
Subject:   Re: cvs commit: src/share/mk bsd.subdir.mk sys.mk
Message-ID:  <20040810113324.Y42422@beagle.kn.op.dlr.de>
In-Reply-To: <20040810093211.GA30151@darkness.comp.waw.pl>
References:  <200408091054.i79As63F053925@repoman.freebsd.org> <20040810093211.GA30151@darkness.comp.waw.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 10 Aug 2004, Pawel Jakub Dawidek wrote:

PJD>On Mon, Aug 09, 2004 at 10:54:06AM +0000, Hartmut Brandt wrote:
PJD>+>  _SUBDIR: .USE
PJD>+>  .if defined(SUBDIR) && !empty(SUBDIR) && !defined(NO_SUBDIR)
PJD>+> -	@for entry in ${SUBDIR}; do \
PJD>+> +	@${_+_}for entry in ${SUBDIR}; do \
PJD>
PJD>This is the cause of build breakage. Anyone is working on this?

No. The cause is that make in rescue was using the wrong make. When 
doing a buildworld and buildworld builds new tools, the entire build 
process should use these tools. You may look at the last commit to 
crunchgen.c. Now I'm investigating whether it also picks up the wrong 
crunchgen. That'll take a while because rescue is built nearer to the end 
of the build process.

harti



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