]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Use bsd.compiler.mk instead of src.opts.mk
authorEnji Cooper <ngie@FreeBSD.org>
Tue, 7 Nov 2017 04:55:23 +0000 (04:55 +0000)
committerEnji Cooper <ngie@FreeBSD.org>
Tue, 7 Nov 2017 04:55:23 +0000 (04:55 +0000)
commita2a142486aa3e4152eeff2cc2c9142fd56955fcf
treef4824db91d8178c65fb5cffdc91365aa76b4a99d
parentabec47242a7aa096d35333a29a41c1bffe4e67be
Use bsd.compiler.mk instead of src.opts.mk

- MK_PROFILE is controlled in bsd.opts.mk, which is pulled in via bsd.own.mk,
  which is pulled in via bsd.init.mk . All upstream Makefiles which build off
  of this one use bsd.init.mk.
- COMPILER_{TYPE,VERSION} is set via bsd.compiler.mk .

This reduces the namespace pollution/complexity somewhat.

MFC after: 1 week
lib/libclang_rt/Makefile.inc