Subject: Re: rpcgen generates wrong server code
To: Ian Zagorskih <ianzag@megasignal.com>
From: Christos Zoulas <christos@zoulas.com>
List: tech-userlevel
Date: 05/12/2004 12:38:40
On May 12, 11:28pm, ianzag@megasignal.com (Ian Zagorskih) wrote:
-- Subject: Re: rpcgen generates wrong server code

| Thanks Christos, looks like it works fine now.
| 
| Just a quesion - why there's no define like RPC_CNTFILES in bsd.rpc.mk ? As=
|  =20
| So I could generate foo_cnt.c on stand alone client side from foo.x=20
| RPC_SVCFILES does for server side. I guess for this i can use RPC_SVCFILES=
| =20
| with ptoper RPC_SVCFLAGS but IMHO it adds some little confision.
| 
| AFAIU it's not used in NetBSD build tree but having such target would be ni=
| ce.=20
| 

I added RPC_CLNTFILES just now; please let me know if it does what you want.

christos