NetBSD/share
mrg 8139e6cefc fix code attempting to skip adding "-g" if "-g*" already is used.
in bsd.lib.mk there's a check for "MKDEBUG != no" that will add
-g to CFLAGS (maybe) and to CSHLIBFLAGS (always), given that it
isn't in CFLAGS already.. except the conditional is "||" instead
of "&&" and since the MKDEBUG/NODEBUG checks pass, the CFLAGS
check isn't even performed.

additionally, check CXXFLAGS as well as CFLAGS.

this fixes the attempt to use "-g1" in the llvmrt build, which
fails because the compile lines end up being "... -g1 .. -g ..",
(the "-g" comes from the CSHLIBFLAGS variable in that case.)

this reduces the size of llvm-enabled gallium debug by ~1.5GiB
on amd64.
2023-02-07 04:53:54 +00:00
..
dict web2: +enqueue 2022-03-16 00:01:03 +00:00
doc
examples more strip(4) removal, this time in kauth(9) 2023-01-05 17:36:53 +00:00
i18n fix RCSID. 2022-10-26 22:13:09 +00:00
installboot
legal
locale Add missing dot in abbreviation. 2023-02-01 20:24:22 +00:00
man bpf.4: fix a garbled item heading 2023-02-07 01:17:41 +00:00
me fix various typos in comments and log messages. 2022-04-16 18:15:20 +00:00
misc Regen 2023-01-28 13:13:17 +00:00
mk fix code attempting to skip adding "-g" if "-g*" already is used. 2023-02-07 04:53:54 +00:00
nls
tabset
terminfo
tmac
wscons Terminus Font: Import latin1 encoded versions from 4.49.1 2022-06-08 19:27:37 +00:00
xml
Makefile
Makefile.inc