]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xdrgen: Exit status should be zero on success
authorChuck Lever <chuck.lever@oracle.com>
Mon, 30 Sep 2024 00:50:11 +0000 (20:50 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 11 Nov 2024 18:41:58 +0000 (13:41 -0500)
commitd86fca3affca04b6c2cedd7060206c3e7091ecc8
treeb4fb0df86cb266b06f1c0ee271c9162d3d847f6e
parent612196ef5c50bdafe34314e36b085d4843fb2e9d
xdrgen: Exit status should be zero on success

To use xdrgen in Makefiles, it needs to exit with a zero status if
the compilation worked. Otherwise the make command fails with an
error.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
tools/net/sunrpc/xdrgen/xdrgen