Date: Tue, 1 Jul 2003 11:43:49 -0700 From: "David O'Brien" <obrien@FreeBSD.org> To: Ruslan Ermilov <ru@FreeBSD.org> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030701184349.GB67015@dragon.nuxi.com> In-Reply-To: <20030630214757.GD57432@sunbay.com> References: <200306300559.h5U5xZMr049298@repoman.freebsd.org> <20030630113741.GB8393@sunbay.com> <20030630155002.GL70590@roark.gnf.org> <20030630214757.GD57432@sunbay.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Jul 01, 2003 at 12:47:57AM +0300, Ruslan Ermilov wrote:
> +.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) && \
> + ${BOOTSTRAPPING} < 501100
> +_crunchgen= usr.sbin/crunch/crunchgen
> +.endif
Why do you need the "exists(${.CURDIR}/rescue)"? If this code made it to
Makefile.inc1, src/rescue also made it to the checked out area.
> +.if exists(${.CURDIR}/rescue) && !defined(NO_RESCUE) || \
> + defined(RELEASEDIR)
> +_crunchide= usr.sbin/crunch/crunchide
> +.endif
Same. Please simplify the logic.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030701184349.GB67015>
