summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorNiels de Vos <ndevos@redhat.com>2017-03-13 14:01:24 +0100
committerNiels de Vos <ndevos@redhat.com>2017-03-17 15:11:09 +0100
commit5d3d0bc59c1115117e6e624d12227d53a474b2ec (patch)
tree85139ac97fa680ce3b52c1ff4250bb29069a12a9 /utils
parent30e5f195a1b80ffe304b2ed70e0a2d8253d0cc42 (diff)
build: use rpcgen to generate all XDR code
Remove all generated files and have them generated when needed. This build a libgbrpcxdr.la archive with the .o files that gets linked into the libgbrpc.la archive. 'rpcgen' generates .c code that triggers warnings for various compilers. This is not something that can easily be fixed, so add rpc-pragmas.h (like GlusterFS does) to prevent these warnings. There are some functions used by gluster-blockd.c that are not part of the header and were manually added to block.h. Because block.h get regenerated now, these functions have been added to a new file block_svc.h. Note that generated and compiled files land in $(top_builddir). This directory does not need to be the same as $(top_srcdir). Change-Id: I0e764d159d6d785699537eed4e24b16883218038 Fixes: #2 Signed-off-by: Niels de Vos <ndevos@redhat.com>
Diffstat (limited to 'utils')
0 files changed, 0 insertions, 0 deletions