]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
make-dist: exclude unused bits in boost 19124/head
authorKefu Chai <kchai@redhat.com>
Fri, 24 Nov 2017 05:56:02 +0000 (13:56 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 24 Nov 2017 11:16:07 +0000 (19:16 +0800)
commit65f91227a6b052ad60b01276d7d72dea07cbb1a4
treeda6abdf4d50eafbcd1b2a2ffcebf4f61c95e5654
parente3b703eb12303fa365c7d9c1b11ba117cb3f7590
make-dist: exclude unused bits in boost

the docs, examples and tests are not used. so drop them. we could go
further by removing unused components in boost. but that'd be an issue
if somebody added a component in CMakeLists but forgets to update this
script. also, we need to remove boost/$component and lib/$component to
achieve this goal. this also introduces extra complicity. so leave it
for another change.

Signed-off-by: Kefu Chai <kchai@redhat.com>
make-dist