Date: Sat, 9 May 2020 20:53:00 -0500 From: Kyle Evans <self@kyle-evans.net> To: "Simon J. Gerraty" <sjg@freebsd.org> Cc: src-committers <src-committers@freebsd.org>, svn-src-all <svn-src-all@freebsd.org>, svn-src-head <svn-src-head@freebsd.org> Subject: Re: svn commit: r359488 - head/share/mk Message-ID: <CACNAnaGfRem%2BZsp8GXe9guTKb577ANfT=B5M6RAGhJRrD05guw@mail.gmail.com> In-Reply-To: <202003311559.02VFxTKv095318@repo.freebsd.org> References: <202003311559.02VFxTKv095318@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 31, 2020 at 11:00 AM Simon J. Gerraty <sjg@freebsd.org> wrote: > > Author: sjg > Date: Tue Mar 31 15:59:29 2020 > New Revision: 359488 > URL: https://svnweb.freebsd.org/changeset/base/359488 > > Log: > Include ${.CURDIR}/local.init.mk if it exists > > This is handy for making local hacks to an app > (eg to build it as tool for non-BSD host) > without making a mess of the code base. > > Reviewed by: bdrewery > MFC after: 1 week > Differential Revision: https://reviews.freebsd.org//D24101 > In hindsight, I wonder if this should have been ${.CURDIR}/Makefile.local instead, to match the convention used in ports already for this kind of thing. Thoughts? Thanks, Kyle Evans
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CACNAnaGfRem%2BZsp8GXe9guTKb577ANfT=B5M6RAGhJRrD05guw>