Date: Sat, 21 Sep 2013 02:32:25 +0000 From: Alexey Dokuchaev <danfe@FreeBSD.org> To: Baptiste Daroussin <bapt@FreeBSD.org> Cc: svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Subject: Re: svn commit: r327601 - head/Mk Message-ID: <20130921023225.GA19307@FreeBSD.org> In-Reply-To: <201309190805.r8J855cW009011@svn.freebsd.org> References: <201309190805.r8J855cW009011@svn.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Sep 19, 2013 at 08:05:05AM +0000, Baptiste Daroussin wrote: > New Revision: 327601 > URL: http://svnweb.freebsd.org/changeset/ports/327601 > > Log: > Move the target for sanity checking to the end of bsd.port.mk so that > WARNING and DEV_* can be defined anywhere >From reading the diff, it looks like some part of the portlint(1) was now moved under Mk/. I don't understand why, and what benefits does it bring? Previously we sometimes had to deal with situation when b.p.m. and friends code would not match each other, but at least code inside Mk/ was always consistent. Now it cannot be longer guaranteed. ./danfe
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20130921023225.GA19307>