Actions
Bug #12188
closedlibfmd_adm: Wrong prerequisites for generated files
Start date:
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
$ cd usr/src/lib/fm/libfmd_adm/amd64/ $ make fmd_rpc.c `fmd_rpc.c' is up to date. $ touch fmd_rpc_adm.x $ make fmd_rpc.c /usr/bin/rpcgen -CMN -h -o fmd_rpc_adm.h fmd_rpc_adm.x /usr/bin/rpcgen -CMN -l -o fmd_rpc.c fmd_rpc_adm.x $ touch fmd_rpc_adm.h $ make fmd_rpc.c /usr/bin/rpcgen -CMN -l -o fmd_rpc.c fmd_rpc_adm.x $
Both fmd_rpc.c and fmd_xdr.c are affected similarly.
Related issues
Updated by Marcel Telka over 2 years ago
Testing with the fix:
$ cd usr/src/lib/fm/libfmd_adm/amd64/ $ make fmd_rpc.c `fmd_rpc.c' is up to date. $ touch fmd_rpc_adm.x $ make fmd_rpc.c /usr/bin/rpcgen -CMN -l -o fmd_rpc.c fmd_rpc_adm.x $ touch fmd_rpc_adm.h $ make fmd_rpc.c `fmd_rpc.c' is up to date. $
Updated by Marcel Telka over 2 years ago
Updated by Marcel Telka over 2 years ago
- Status changed from In Progress to Pending RTI
Updated by Electric Monk over 2 years ago
- Status changed from Pending RTI to Closed
- % Done changed from 0 to 100
git commit 005be40cf09c8b0bcf2de631893dae837ff4cb8a
commit 005be40cf09c8b0bcf2de631893dae837ff4cb8a Author: Marcel Telka <marcel@telka.sk> Date: 2020-01-15T20:27:02.000Z 12188 libfmd_adm: Wrong prerequisites for generated files Reviewed by: Toomas Soome <tsoome@me.com> Reviewed by: Matthias Scheler <mscheler@tintri.com> Approved by: Dan McDonald <danmcd@joyent.com>
Updated by Marcel Telka over 2 years ago
- Related to Bug #12200: fmd: Wrong prerequisites for generated files added
Actions