freebsd-skq/share/mk
Alex Richardson c8c62548bf Don't add -Winline for WARNS=6
This warning is very rarely useful (inline is a hint and not mandatory).
This flag results in many warnings being printed when compiling C++
code that uses the standard library with GCC.

This flag was originally added in back in r94332 but the flag is a no-op
in Clang ("This diagnostic flag exists for GCC compatibility, and has no
effect in Clang"). Removing it should make the GCC build output slightly
more readable.

Reviewed By:	jrtc27, imp
Differential Revision: https://reviews.freebsd.org/D29235
2021-03-22 11:55:45 +00:00
..
atf.test.mk
auto.obj.mk
bsd.arch.inc.mk
bsd.clang-analyze.mk
bsd.compat.mk Bump CURRENT to 14.0 2021-01-21 19:10:07 -05:00
bsd.compiler.mk Add fileprefixmap compiler feature 2021-02-17 22:26:49 +00:00
bsd.confs.mk
bsd.cpu.mk
bsd.crunchgen.mk
bsd.dep.mk
bsd.dirs.mk
bsd.doc.mk
bsd.dtb.mk
bsd.endian.mk
bsd.files.mk mk: Set the DIR tags based on the files one 2021-01-04 16:20:04 +01:00
bsd.incs.mk bsd.incs.mk: Add support to override tags for a specific include group 2021-01-04 16:21:32 +01:00
bsd.info.mk
bsd.init.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
bsd.kmod.mk
bsd.lib.mk bsd.lib.mk: Add a install target for .pc files 2021-03-16 07:13:03 +01:00
bsd.libnames.mk Remove the MK_LIBCPLUSPLUS option 2021-02-01 09:32:07 +00:00
bsd.linker.mk
bsd.links.mk
bsd.man.mk pkgbase: Add an src.conf option for splitting man pages 2021-03-16 07:13:09 +01:00
bsd.mkopt.mk
bsd.nls.mk
bsd.obj.mk
bsd.opts.mk pkgbase: Fix building out-of-tree manual pages 2021-03-16 14:29:48 -04:00
bsd.own.mk
bsd.port.mk
bsd.port.options.mk
bsd.port.post.mk
bsd.port.pre.mk
bsd.port.subdir.mk
bsd.prog.mk Remove the MK_LIBCPLUSPLUS option 2021-02-01 09:32:07 +00:00
bsd.progs.mk Rename NO_WERROR -> MK_WERROR=no 2021-01-07 09:31:03 +00:00
bsd.README Rename NO_WERROR -> MK_WERROR=no 2021-01-07 09:31:03 +00:00
bsd.snmpmod.mk
bsd.subdir.mk Add a guard for broken SUBDIR.${MK_FOO} use 2020-11-16 19:15:11 +00:00
bsd.suffixes-posix.mk
bsd.suffixes.mk
bsd.symver.mk
bsd.sys.mk Don't add -Winline for WARNS=6 2021-03-22 11:55:45 +00:00
bsd.sysdir.mk
bsd.test.mk
dirdeps-options.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
dirdeps-targets.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
dirdeps.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
gendirdeps.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
googletest.test.inc.mk
googletest.test.mk
host-target.mk
install-new.mk
kmod.opts.mk
local.autodep.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
local.dirdeps-options.mk
local.dirdeps.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
local.gendirdeps.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
local.init.mk
local.meta.sys.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
local.sys.env.mk
local.sys.mk
Makefile
meta2deps.py Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
meta2deps.sh Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
meta.autodep.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
meta.stage.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
meta.subdir.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
meta.sys.mk Update dirdeps.mk et al to latest 2020-11-24 21:45:38 +00:00
netbsd-tests.test.mk
plain.test.mk
src.init.mk
src.libnames.mk Remove the MK_LIBCPLUSPLUS option 2021-02-01 09:32:07 +00:00
src.lua.mk
src.opts.mk pkgbase: Fix building out-of-tree manual pages 2021-03-16 14:29:48 -04:00
src.sys.env.mk
src.sys.mk
src.sys.obj.mk
src.tools.mk ncurses: Add support for terminfo database 2021-02-25 14:25:11 +01:00
stage-install.sh
suite.test.mk make check: suppress echo of kyua binary location 2021-01-16 00:07:50 -06:00
sys.dependfile.mk
sys.mk Revert "[mips] revert r366664 - flip mips back from -O2 to -O" 2021-01-22 10:17:34 +00:00
tap.test.mk
version_gen.awk