]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cmake: creage egg_info files into build directory
authorKefu Chai <kchai@redhat.com>
Fri, 8 Jul 2016 06:57:41 +0000 (14:57 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 8 Jul 2016 07:02:59 +0000 (15:02 +0800)
commitedd7c9d709a256d329eaaa367efe7f80fc34077c
tree7ec55062edbdca15c04efa0e636f233ca10080d8
parent07387eb9af16b4916c64259d8aa98267b34b3a6c
cmake: creage egg_info files into build directory

otherwise they will go to the source tree, and "git ls-files" will list
them as untracked files, which annoy gitbuilder-ceph-tarball*-cmake
gitbuilders. like

+ echo 'error: Added files:'
error: Added files:
+ cat .git/added-files
src/pybind/rados/rados.egg-info/PKG-INFO
...

Signed-off-by: Kefu Chai <kchai@redhat.com>
cmake/modules/Distutils.cmake