summaryrefslogtreecommitdiffstats
path: root/usr.bin/rpcgen/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Build usr.bin/ with WARNS=6 by default.ed2010-01-021-2/+0
| | | | Also add some missing $FreeBSD$ to keep svn happy.
* Rename the variable `inline' to `inline_size'.stefanf2005-08-311-5/+0
|
* WARNS=2alfred2002-07-141-0/+1
|
* MAN[1-9] -> MAN.ru2001-03-271-3/+3
|
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,bde1999-01-041-1/+1
| | | | | | | | | | so it can't be completely fixed here. Putting -I paths to the current headers in CFLAGS is more likely to break things than fix them, since there is no reason why current headers should work with old libraries. Other Makefiles that do this may only work because they are not used early in the bootstrap. However, the usual problem with errno being defined in terms of a nonexistent library doesn't seem to occur here, since we don't reference errno.
* Fix a build problem when upgrading from 9 month old sources. There'schuckr1999-01-041-1/+1
| | | | | | | | | | a circular dependency problem, wherein rpcgen depends on the latest includes, but those same includes depend on rpcgen to build include/rpcsvc. This was causing the build or librpcsvc to fail (like I said, only on upgrades of 9 month old sources). If there's stylistic problems, tell me, I'll learn and fix them. I did a buildworld with this, it should be safe.
* Clean up. (I hope I'm doing this right.)wpaul1995-12-131-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update rpcgen with the one from the TI-RPC 2.3 distribution. Note that when built for FreeBSD, this version of rpcgen assumes backwards compatibility mode by default. This means that it will produce ONCRPC 4.0 compatible code unless otherwise instructed, instead of the other way around. One incompatibility has also been worked around: this rpcgen normally always emits an '#include <stropts.h>' directive whether you select backwards compatibility mode or not. We don't have STREAMS, so this behavior has been changed: now it will only emit this line if run in TI-RPC mode. The 'generate output files in current directory instead of the directory where the protocol definition file lives' hack from the original rpcgen has been preserved. Notable new features: - Can be used to generate RPC servers that can be launched from port monitors such as inetd(5). - Can generate ANSI C code. - Can generate sample client and server top-level programs and makefiles in addition to the usual client and server stubs. - Can generate inline XDR routines.
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
|
* Move RPC stub generator program over from 1.1.5.wollman1994-08-071-0/+7
Submitted by: Original work in 1.x by J. T. Conklin.
OpenPOWER on IntegriCloud