]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
make-dist: exclude unused bits in boost 19721/head
authorKefu Chai <kchai@redhat.com>
Fri, 24 Nov 2017 05:56:02 +0000 (13:56 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 30 Dec 2017 03:45:36 +0000 (11:45 +0800)
commit5ec37f1f49acf8fbfcb7667be43b139a68d3aa96
treeb726387fd8fa4b82abaab75afae33e2bbd79da7e
parent5eb42af8ce5b96b41b7d8c80cd2cc95b7eff541d
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>
(cherry picked from commit 65f91227a6b052ad60b01276d7d72dea07cbb1a4)
make-dist