History log of /netbsd-current/external/bsd/ntp/lib/libopts/Makefile
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.17 03-Jun-2023 lukem

bsd.own.mk: rename GCC_NO_* to CC_WNO_*

Rename compiler-warning-disable variables from
GCC_NO_warning
to
CC_WNO_warning
where warning is the full warning name as used by the compiler.

GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH

Using the convention CC_compilerflag, where compilerflag
is based on the full compiler flag name.


Revision tags: netbsd-10-base cjep_sun2x-base1 cjep_sun2x-base cjep_staticlib_x-base1 cjep_staticlib_x-base
# 1.16 12-Apr-2021 mrg

new GCC_NO_* uses for warning issues. most of the users of the new
GCC_NO_RETURN_LOCAL_ADDR are bugs in GCC itself, not the code.


Revision tags: netbsd-9-3-RELEASE netbsd-9-2-RELEASE netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.15 02-Feb-2018 mrg

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.14 11-Jan-2017 joerg

branches: 1.14.6;
Disable a couple of warnings until further investigation.


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 23-Dec-2014 joerg

branches: 1.13.2; 1.13.4; 1.13.6; 1.13.8;
Use positive checks for GCC 4.1. Deal with missing HAVE_GCC.


# 1.12 23-Dec-2014 christos

Change the conditional from >= 45 to != 4 to handle the non-gcc case.


# 1.11 23-Dec-2014 christos

Fix for gcc-4.1


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.10 14-Jun-2014 mrg

branches: 1.10.2;
remove remaining makefile support for GCC < 45 that i found.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.9 20-Jan-2014 christos

branches: 1.9.2;
ignore format errors for old gcc


# 1.8 02-Jan-2014 joerg

Update warning flags to reflect the fixes. Restrict GCC flags to GCC.


# 1.7 29-Dec-2013 christos

Handle ancient vax gcc.


# 1.6 28-Dec-2013 christos

adjust for new ntp and add the generated man pages


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.5 03-Feb-2012 christos

branches: 1.5.2; 1.5.6; 1.5.8; 1.5.16;
cleanup last warnings, and remove local warnings overrides.


# 1.4 01-Feb-2012 kardel

build libopts with WARNS=0 for now


# 1.3 01-Feb-2012 kardel

merge import ntp-4-2-6p5


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 16-Aug-2011 christos

branches: 1.2.2;
- fixes for non-literal strings
- add missing strbuf initialization


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211
# 1.1 13-Dec-2009 kardel

initial version of reachover make- and support-files


# 1.16 12-Apr-2021 mrg

new GCC_NO_* uses for warning issues. most of the users of the new
GCC_NO_RETURN_LOCAL_ADDR are bugs in GCC itself, not the code.


Revision tags: netbsd-9-1-RELEASE phil-wifi-20200421 phil-wifi-20200411 is-mlppp-base phil-wifi-20200406 netbsd-9-0-RELEASE netbsd-9-0-RC2 netbsd-9-0-RC1 phil-wifi-20191119 netbsd-9-base phil-wifi-20190609 pgoyette-compat-merge-20190127 pgoyette-compat-20190127 pgoyette-compat-20190118 pgoyette-compat-1226 pgoyette-compat-1126 pgoyette-compat-1020 pgoyette-compat-0930 pgoyette-compat-0906 pgoyette-compat-0728 phil-wifi-base pgoyette-compat-0625 pgoyette-compat-0521 pgoyette-compat-0502 pgoyette-compat-0422 pgoyette-compat-0415 pgoyette-compat-0407 pgoyette-compat-0330 pgoyette-compat-0322 pgoyette-compat-0315 pgoyette-compat-base
# 1.15 02-Feb-2018 mrg

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.14 11-Jan-2017 joerg

branches: 1.14.6;
Disable a couple of warnings until further investigation.


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 23-Dec-2014 joerg

branches: 1.13.2; 1.13.4; 1.13.6; 1.13.8;
Use positive checks for GCC 4.1. Deal with missing HAVE_GCC.


# 1.12 23-Dec-2014 christos

Change the conditional from >= 45 to != 4 to handle the non-gcc case.


# 1.11 23-Dec-2014 christos

Fix for gcc-4.1


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.10 14-Jun-2014 mrg

branches: 1.10.2;
remove remaining makefile support for GCC < 45 that i found.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.9 20-Jan-2014 christos

branches: 1.9.2;
ignore format errors for old gcc


# 1.8 02-Jan-2014 joerg

Update warning flags to reflect the fixes. Restrict GCC flags to GCC.


# 1.7 29-Dec-2013 christos

Handle ancient vax gcc.


# 1.6 28-Dec-2013 christos

adjust for new ntp and add the generated man pages


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.5 03-Feb-2012 christos

branches: 1.5.2; 1.5.6; 1.5.8; 1.5.16;
cleanup last warnings, and remove local warnings overrides.


# 1.4 01-Feb-2012 kardel

build libopts with WARNS=0 for now


# 1.3 01-Feb-2012 kardel

merge import ntp-4-2-6p5


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 16-Aug-2011 christos

branches: 1.2.2;
- fixes for non-literal strings
- add missing strbuf initialization


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211
# 1.1 13-Dec-2009 kardel

initial version of reachover make- and support-files


# 1.15 02-Feb-2018 mrg

convert HAVE_GCC handling to modern GCC release numbering:
- HAVE_GCC=5 is now the default (vs. HAVE_GCC=53 we've been using for
GCC 5.4 and GCC 5.5.)
- remove some more GCC 4.8 code. we don't support GCC 4 here.
- adjust set lists to gcc=5 from gcc=53.

add some basic HAVE_GCC=6 handling (totally unused so far.)


Revision tags: matt-nb8-mediatek-base perseant-stdc-iso10646-base netbsd-8-base prg-localcount2-base3 prg-localcount2-base2 prg-localcount2-base1 prg-localcount2-base pgoyette-localcount-20170426 bouyer-socketcan-base1 pgoyette-localcount-20170320 bouyer-socketcan-base
# 1.14 11-Jan-2017 joerg

Disable a couple of warnings until further investigation.


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 23-Dec-2014 joerg

branches: 1.13.2; 1.13.4; 1.13.6; 1.13.8;
Use positive checks for GCC 4.1. Deal with missing HAVE_GCC.


# 1.12 23-Dec-2014 christos

Change the conditional from >= 45 to != 4 to handle the non-gcc case.


# 1.11 23-Dec-2014 christos

Fix for gcc-4.1


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.10 14-Jun-2014 mrg

branches: 1.10.2;
remove remaining makefile support for GCC < 45 that i found.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.9 20-Jan-2014 christos

branches: 1.9.2;
ignore format errors for old gcc


# 1.8 02-Jan-2014 joerg

Update warning flags to reflect the fixes. Restrict GCC flags to GCC.


# 1.7 29-Dec-2013 christos

Handle ancient vax gcc.


# 1.6 28-Dec-2013 christos

adjust for new ntp and add the generated man pages


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.5 03-Feb-2012 christos

branches: 1.5.2; 1.5.6; 1.5.8; 1.5.16;
cleanup last warnings, and remove local warnings overrides.


# 1.4 01-Feb-2012 kardel

build libopts with WARNS=0 for now


# 1.3 01-Feb-2012 kardel

merge import ntp-4-2-6p5


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 16-Aug-2011 christos

branches: 1.2.2;
- fixes for non-literal strings
- add missing strbuf initialization


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211
# 1.1 13-Dec-2009 kardel

initial version of reachover make- and support-files


# 1.14 11-Jan-2017 joerg

Disable a couple of warnings until further investigation.


Revision tags: pgoyette-localcount-20170107 pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.13 23-Dec-2014 joerg

branches: 1.13.2; 1.13.4; 1.13.6;
Use positive checks for GCC 4.1. Deal with missing HAVE_GCC.


# 1.12 23-Dec-2014 christos

Change the conditional from >= 45 to != 4 to handle the non-gcc case.


# 1.11 23-Dec-2014 christos

Fix for gcc-4.1


Revision tags: netbsd-7-base tls-earlyentropy-base tls-maxphys-base
# 1.10 14-Jun-2014 mrg

branches: 1.10.2;
remove remaining makefile support for GCC < 45 that i found.


Revision tags: yamt-pagecache-base9 riastradh-xf86-video-intel-2-7-1-pre-2-21-15 riastradh-drm2-base3
# 1.9 20-Jan-2014 christos

branches: 1.9.2;
ignore format errors for old gcc


# 1.8 02-Jan-2014 joerg

Update warning flags to reflect the fixes. Restrict GCC flags to GCC.


# 1.7 29-Dec-2013 christos

Handle ancient vax gcc.


# 1.6 28-Dec-2013 christos

adjust for new ntp and add the generated man pages


Revision tags: netbsd-6-0-6-RELEASE netbsd-6-1-5-RELEASE netbsd-6-1-4-RELEASE netbsd-6-0-5-RELEASE netbsd-6-1-3-RELEASE netbsd-6-0-4-RELEASE netbsd-6-1-2-RELEASE netbsd-6-0-3-RELEASE netbsd-6-1-1-RELEASE riastradh-drm2-base2 riastradh-drm2-base1 riastradh-drm2-base netbsd-6-0-2-RELEASE netbsd-6-1-RELEASE netbsd-6-1-RC4 netbsd-6-1-RC3 agc-symver-base netbsd-6-1-RC2 netbsd-6-1-RC1 yamt-pagecache-base8 netbsd-6-0-1-RELEASE yamt-pagecache-base7 matt-nb6-plus-nbase yamt-pagecache-base6 netbsd-6-0-RELEASE netbsd-6-0-RC2 matt-nb6-plus-base netbsd-6-0-RC1 yamt-pagecache-base5 yamt-pagecache-base4 netbsd-6-base
# 1.5 03-Feb-2012 christos

branches: 1.5.2; 1.5.6; 1.5.8; 1.5.16;
cleanup last warnings, and remove local warnings overrides.


# 1.4 01-Feb-2012 kardel

build libopts with WARNS=0 for now


# 1.3 01-Feb-2012 kardel

merge import ntp-4-2-6p5


Revision tags: yamt-pagecache-base3 yamt-pagecache-base2 yamt-pagecache-base
# 1.2 16-Aug-2011 christos

branches: 1.2.2;
- fixes for non-literal strings
- add missing strbuf initialization


Revision tags: cherry-xenmp-base bouyer-quota2-nbase bouyer-quota2-base matt-mips64-premerge-20101231 matt-premerge-20091211
# 1.1 13-Dec-2009 kardel

initial version of reachover make- and support-files