svn commit: r296637 - in head: contrib/bmake contrib/bmake/mk contrib/bmake/unit-tests share/mk usr.bin/bmake
Simon J. Gerraty
sjg at juniper.net
Mon Mar 14 01:55:33 UTC 2016
Bryan Drewery <bdrewery at FreeBSD.org> wrote:
> Older bmake (with default MAKESYSPATH=.../share/mk) running 'make
> upgrade_checks' in top-level which builds latest bmake in usr.bin/bmake
> which uses share/mk/bsd.dep.mk where I check MAKE_VERSION for .dinclude
> support. Since usr.bin/bmake/Makefile overrides MAKE_VERSION then the
> check later in bsd.dep.mk fails because it thinks .dinclude is available
> when it is not.
Ah I see.
Yes, we can rename the variable in the Makefile.
> I renamed it to _MAKE_VERSION to avoid the problem in
> usr.bin/bmake/Makefile.
More information about the svn-src-all
mailing list