Home | History | Annotate | Download | only in rpcgen
History log of /src/usr.bin/rpcgen/Makefile
RevisionDateAuthorComments
 1.15  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.
 1.14  13-Oct-2019  mrg introduce some common variables for use in GCC warning disables:

GCC_NO_FORMAT_TRUNCATION -Wno-format-truncation (GCC 7/8)
GCC_NO_STRINGOP_TRUNCATION -Wno-stringop-truncation (GCC 8)
GCC_NO_STRINGOP_OVERFLOW -Wno-stringop-overflow (GCC 8)
GCC_NO_CAST_FUNCTION_TYPE -Wno-cast-function-type (GCC 8)

use these to turn off warnings for most GCC-8 complaints. many
of these are false positives, most of the real bugs are already
commited, or are yet to come.


we plan to introduce versions of (some?) of these that use the
"-Wno-error=" form, which still displays the warnings but does
not make it an error, and all of the above will be re-considered
as either being "fix me" (warning still displayed) or "warning
is wrong."
 1.13  11-Aug-2013  dholland branches: 1.13.26;
WARNS=5
 1.12  14-Apr-2009  lukem branches: 1.12.6; 1.12.12;
Enable WARNS=4 by default for usr.bin, except for:
awk bdes checknr compile_et error gss hxtool kgetcred kinit
klist ldd less lex locale login m4 man menuc mk_cmds
mklocale msgc openssl rpcgen rpcinfo sdiff spell ssh
string2key telnet tn3270 verify_krb5_conf xlint
 1.11  18-May-2003  lukem branches: 1.11.42;
Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op),
there's no need to special-case .include-ing it.
 1.10  14-Aug-2001  tv Add hooks to allow toolchain bits to be reachover-built at the top level.
 1.9  21-Mar-2001  mycroft Remove -g.
 1.8  21-Mar-2001  mycroft Add a -M flag, for generating thread-safe stubs, per RedHat.
Also clean up some KNF and ANSI C glitches in -Sc and -Ss output.
 1.7  23-Oct-1997  lukem remove CFLAGS+=-g
 1.6  19-Oct-1997  lukem branches: 1.6.2;
remove WARNS=1
 1.5  11-Oct-1997  christos - Rename "inline" variable to "doinline" so that we don't need -ansi
- Fix gcc warnings and add netbsd rcsid's
- add WARNS to the Makefile
- Add errx() to unhandled cases where appropriate.
 1.4  11-Jun-1995  pk Clean up import & propagate NetBSD changes.
Add RCS Ids.
Fix a number of bugs.
Note: this version supports ANSI C code generation.
 1.3  23-Aug-1993  jtc rpcgen is just a protocol compiler, it doesn't need -lrpc
 1.2  02-Aug-1993  mycroft Add RCS identifiers, remove some completely useless RCS logs and patchkit
headers, and a few other insignificant changes.
 1.1  03-Apr-1993  glass branches: 1.1.1;
Added rpcgen(1)
 1.1.1.1  11-Jun-1995  pk Newer version of rpcgen from Sun's TIRPC release.
 1.6.2.1  08-Nov-1997  lukem sync with trunk (approved by thorpej)
 1.11.42.1  13-May-2009  jym Sync with HEAD.

Third (and last) commit. See http://mail-index.netbsd.org/source-changes/2009/05/13/msg221222.html
 1.12.12.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.
 1.12.6.1  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.13.26.1  13-Apr-2020  martin Mostly merge changes from HEAD upto 20200411

RSS XML Feed