cvs commit: src/share/mk bsd.subdir.mk sys.mk
Harti Brandt
harti at freebsd.org
Tue Aug 10 02:35:41 PDT 2004
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
More information about the cvs-src
mailing list