Subject: Re: Problems compiling rpc.bootparamd
To: None <windsor@pobox.com>
From: Mike Long <mike.long@analog.com>
List: port-i386
Date: 09/13/1995 23:21:32
>From: Rob Windsor <windsor@ksu.ksu.edu>
>Date: Wed, 13 Sep 1995 20:30:09 -0500
>
>Verily did Mike Long write:
>
>>>bootparam_prot_svc.c:57: parse error before `*'
>
>> You have to 'make clean' in src/usr.sbin/rpc.bootparamd .
>> If you look at the Makfile, you'll see why.
>
>Tried that.  I haven't had any luck making this work.

OK, I think this may do it (but no guarantees, of course. :-)):
(if you don't use objdirs, s|obj/||g)

cd /usr/src/usr.bin/rpcgen
rm -f obj/*.o obj/.depend
make depend && make && make install
cd ../../lib/librpcsvc
rm -f obj/*.[cho] obj/.depend
make depend && make && make install
cd ../../usr.sbin/rpc.bootparamd
rm -f obj/bootparam_prot* obj/*.o obj/.depend
make depend && make && make install

...and don't forget rpc.pcnfsd and all of the stuff in
/usr/src/libexec.
-- 
Mike Long <mike.long@analog.com>           http://www.shore.net/~mikel
VLSI Design Engineer         finger mikel@shore.net for PGP public key
Analog Devices, CPD Division          CCBF225E7D3F7ECB2C8F7ABB15D9BE7B
Norwood, MA 02062 USA                assert(*this!=opinionof(Analog));