Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librpcsvc Use `rpcgen -C'.



details:   https://anonhg.NetBSD.org/src/rev/1a68a2286ed7
branches:  trunk
changeset: 507423:1a68a2286ed7
user:      mycroft <mycroft%NetBSD.org@localhost>
date:      Wed Mar 21 20:14:10 2001 +0000

description:
Use `rpcgen -C'.

diffstat:

 lib/librpcsvc/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r d71f07b79323 -r 1a68a2286ed7 lib/librpcsvc/Makefile
--- a/lib/librpcsvc/Makefile    Wed Mar 21 20:11:01 2001 +0000
+++ b/lib/librpcsvc/Makefile    Wed Mar 21 20:14:10 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.30 2001/02/16 01:05:32 enami Exp $
+#      $NetBSD: Makefile,v 1.31 2001/03/21 20:14:10 mycroft Exp $
 
 RPCSRCS=       bootparam_prot.x klm_prot.x mount.x nfs_prot.x\
                nlm_prot.x rex.x rnusers.x rusers.x rquota.x rstat.x rwall.x\
@@ -31,10 +31,10 @@
 .for I in ${RPCSRCS}
 
 ${I:.x=.c}: $I ${XRPCGEN}
-       ${RPCGEN} -c ${.CURDIR}/$I -o ${.TARGET}
+       ${RPCGEN} -C -c ${.CURDIR}/$I -o ${.TARGET}
 
 ${I:.x=.h}: $I ${XRPCGEN}
-       ${RPCGEN} -h ${.CURDIR}/$I -o ${.TARGET}
+       ${RPCGEN} -C -h ${.CURDIR}/$I -o ${.TARGET}
 .endfor
 
 .include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index