aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/rpcgen/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* WARNS=2Alfred Perlstein2002-07-141-0/+1
| | | | Notes: svn path=/head/; revision=99980
* MAN[1-9] -> MAN.Ruslan Ermilov2001-03-271-3/+3
| | | | Notes: svn path=/head/; revision=74848
* Backed out previous commit. The bug was in rev.1.49 of src/Makefile.inc1,Bruce Evans1999-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. Notes: svn path=/head/; revision=42286
* Fix a build problem when upgrading from 9 month old sources. There'sChuck Robey1999-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. Notes: svn path=/head/; revision=42275
* Clean up. (I hope I'm doing this right.)Bill Paul1995-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. Notes: svn path=/head/; revision=12798
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
| | | | Notes: svn path=/head/; revision=8874
* Move RPC stub generator program over from 1.1.5.Garrett Wollman1994-08-071-0/+7
Submitted by: Original work in 1.x by J. T. Conklin. Notes: svn path=/head/; revision=1897