Subject: lib/11568: Usage of rpcgen in lib/librpcsvc/Makefile is wrong
To: None <gnats-bugs@gnats.netbsd.org>
From: None <bernd@arresum.inka.de>
List: netbsd-bugs
Date: 11/26/2000 07:28:15
>Number: 11568
>Category: lib
>Synopsis: Usage of rpcgen in lib/librpcsvc/Makefile is wrong
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: lib-bug-people
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Nov 26 07:28:00 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Bernd Ernesti
>Release: NetBSD-current 26-Nov-2000
>Organization:
>Environment:
Architecture: i386
Machine: i386
>Description:
rpcgen recreates all .c and .h files in lib/librpcsvc again and again if
you install a new rpcgen binary.
>How-To-Repeat:
Do a make build, or whatever which installs rpcgen(1) and then
do a make in lib/librpcsvc.
Now all .c and .h files which are generated by rpcgen are recreated again.
e.g.
make build
cd lib/librpcsvc ; make
cd ../../usr.bin/rpcgen ; make install
cd lib/librpcsvc ; make
Now rpcgen recreates the files again and a diff shows no difference between the old
source files so this stage shouldn't happen.
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: