]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
kvstore: only build on linux
authorNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 21:10:02 +0000 (13:10 -0800)
committerNoah Watkins <noahwatkins@gmail.com>
Sun, 29 Dec 2013 21:31:59 +0000 (13:31 -0800)
commitbbcb022319edab0ee4f62cb0fda477ce1d6481af
tree0c89e2b522540a5303285dcf1eebf5d923ed200d
parent23f715ba82ab3295c60c593f8ea9c1e5167e8eef
kvstore: only build on linux

There are several non-standard errno values used. There is still work to
do on addressing errno portability in Ceph, and this disables kvstore on
non-Linux platforms until that work is complete.

Signed-off-by: Noah Watkins <noahwatkins@gmail.com>
src/key_value_store/Makefile.am
src/test/Makefile.am