On Tue, Mar 31, 2020 at 11:00 AM Simon J. Gerraty <s...@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 _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"