The realall and realdepend bit that regenerates tools needs to be marked

.MAKE otherwise the 'make' it runs has its own list of jobs instead of
using the jobserver of the enclosing make.
This commit is contained in:
dsl 2006-02-03 22:07:57 +00:00
parent 801edd9a37
commit e94b2828f0

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.92 2005/10/04 04:27:32 jmc Exp $
# $NetBSD: Makefile,v 1.93 2006/02/03 22:07:57 dsl Exp $
.include <bsd.own.mk>
@ -121,7 +121,7 @@ PREVIOUSTOOLDIR=
CLEANFILES+= PREVIOUSTOOLDIR
realall realdepend:
realall realdepend: .MAKE
.if "${PREVIOUSTOOLDIR}" != "${TOOLDIR}"
@echo "*** WARNING: TOOLDIR has moved?"
@echo "*** PREVIOUSTOOLDIR '${PREVIOUSTOOLDIR}'"