Commit Graph

50 Commits

Author SHA1 Message Date
lukem
dcab0210a0 convert from NOxxx= to MKxxx=no.
include <bsd.own.mk> if testing a MKxxx variable.
1999-02-13 02:54:17 +00:00
lukem
ce147c1c1c revert; we can't break the existing ABI and API 1998-02-12 01:57:27 +00:00
lukem
f18da82e69 use u_int32_t instead of u_long 1998-02-10 06:32:42 +00:00
lukem
1f1a64af74 remove WARNS=0, because mycroft fixed rpcgen(1) to DTRT WRT outputting KNF. 1997-10-09 22:26:17 +00:00
mycroft
51e08ca293 KNF. 1997-10-09 15:45:15 +00:00
lukem
5542a7ca43 - define WARNS?=1 in the top-level Makefile.inc, and don't define
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
  cleaned up
- rcsid police

lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
1997-10-09 14:36:17 +00:00
lukem
6112a51e58 use __RCSID() 1997-10-09 14:21:19 +00:00
mycroft
8eab21467b Minor cleanup. 1997-05-09 14:22:41 +00:00
mycroft
cc4a1553a1 Eliminate bogus redefinitions of standard targets. 1997-05-09 07:50:03 +00:00
christos
57c6bc4254 - Don't use ut_line, when you mean ut_name [does not matter really because
(sizeof(ut_line) == sizeof(ut_name)].
- Don't free bogus memory. xdr_bytes when is called with a non-null array
  pointer, it tries to free it. We are passing real arrays to xdr_bytes,
  so we really don't want to call free on them.
1997-04-17 17:29:24 +00:00
christos
8259dd08d6 Makefile cleanups:
use INCS variable to install includes and FILES to install objects.
1997-03-24 22:11:48 +00:00
mikel
8962a9481a ANSIfy; fixes PR lib/1107. 1996-12-02 06:51:11 +00:00
thorpej
7f9ea0f2ed Use ${INSTALL}. 1996-10-18 05:45:01 +00:00
thorpej
e9b92001e2 RCS id policing. 1996-09-26 23:45:22 +00:00
cgd
5dd52b454d Be more verbose during 'includes' installation. Instead of showing
'install' commands only if the 'cmp' sees differences, show the
'cmp ... || install ...' commands like other Makefiles do when
installing includes.  It's comforting to see the extra output (to see
that updated files would actually be installed), and is consistent
with other makefiles.
1996-05-10 05:03:06 +00:00
pk
ed403311db $Id -> $NetBSD (PR#682). 1996-05-08 19:24:04 +00:00
jtc
c2ad7fffa8 Changed rules used for converting rpc source (*.x) to *.c and *.h so
that rpcgen invocation is not hidden.  There is no reason to hide it,
and it might be useful.  For example, this makes the make -n output
much more useful.
1996-04-29 21:11:24 +00:00
jtc
146f9344c8 Echo install commands, so user knows what is being installed.
Suggested by cgd.
1996-04-29 20:52:52 +00:00
jtc
5ff4c9eae2 Use 'includes' instead of 'beforeinstall' target to install headers 1996-04-25 01:22:08 +00:00
thorpej
9029778d04 RCS id police. 1996-03-03 16:54:17 +00:00
pk
6066b9b21b Remove nfs header files. 1996-02-19 14:33:41 +00:00
mycroft
4c34be6b52 Clean up deleted files. 1995-03-01 00:00:00 +00:00
mycroft
652076bc1c Clean up deleted files. 1995-01-12 19:46:16 +00:00
jtc
958e765ff5 Rpcgen bugs that required us to have separate src, include, and object
directories have long been fixed.  This allows us to bring the *.x
files up into the main librpcsvc directory where they belong.
1995-01-12 19:39:43 +00:00
jtc
a37f3d9ae8 Use and . 1995-01-12 19:18:41 +00:00
glass
b55416a4b2 bug fix from sun. version # doesn't change. major lame 1994-12-13 16:19:46 +00:00
cgd
2ddc7beddd amq.x is gone now 1994-06-14 02:45:56 +00:00
mycroft
7e5ecdecea Clean up deleted files. 1994-06-13 19:55:25 +00:00
cgd
3ffaded87c include changes for new fs code 1994-06-13 00:19:12 +00:00
jtc
2f567fef23 Only install header files if they are different from the ones that are
allready installed.
1994-05-22 04:20:02 +00:00
mycroft
381c79c430 Clean up deleted files. 1994-01-20 23:04:15 +00:00
jtc
9b343db615 Rpcgen fix allows us to simplify building of rpcsvc library. 1994-01-20 23:04:13 +00:00
jtc
cf1ab4a553 Add SPRAYOVERHEAD constant. 1993-12-03 00:32:30 +00:00
mycroft
01363d9e02 Add amq.x. 1993-11-27 20:36:30 +00:00
mycroft
2250a267d8 Imported from amd distribution. 1993-11-27 20:33:07 +00:00
brezak
7d40b79fe6 Add xdr stubs to the interface defn file under #ifdef RPC_XDR to build xdrs into librpcsvc. 1993-11-21 20:17:49 +00:00
brezak
144d9d1cb4 Changes for interoperability. The generated xdr's were wrong. Can't use rpcgen for these. 1993-11-21 18:59:03 +00:00
brezak
fc95ef3fd7 Add version 3 interface 1993-11-21 18:58:10 +00:00
brezak
a296d59435 Build rusers.x also 1993-11-21 18:57:11 +00:00
cgd
2918003a45 make make after depend finally work. have to do more work, but that's
OK...
1993-10-13 05:28:03 +00:00
mycroft
5074eed1b2 Clean up deleted files. 1993-10-09 23:31:37 +00:00
cgd
b23795cc2b the two real include files are now in /usr/src/include 1993-10-09 23:31:27 +00:00
cgd
8fc014c815 frob things a bit so depend works. 1993-10-08 05:44:32 +00:00
cgd
8a4e4890b1 move include generation and rpc source files intp lib/librpcsvc 1993-10-08 05:26:25 +00:00
mycroft
cda4f8f6ee Add RCS identifiers. 1993-08-01 05:37:30 +00:00
brezak
0f3c8d7472 Add more RPC definitions. 1993-06-03 19:21:08 +00:00
brezak
2102dbe62d Keep the cp'ed .x in the objdir. Be sure to clean it too. 1993-06-03 17:07:56 +00:00
brezak
4a9e8377b4 Copy the .x file to the obj directory before running rpcgen. You have
to do this because rpcgen will generate an include line with the full
path of the .x file.
1993-06-03 16:49:21 +00:00
brezak
2c766f3e20 Fix for building in obj tree. 1993-06-03 14:45:37 +00:00
brezak
f5444fe852 Build librpcsvc.a 1993-06-02 19:51:29 +00:00