diff options
author | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-23 13:36:19 +0100 |
---|---|---|
committer | Jonathan Perkin <jonathan.perkin@oracle.com> | 2010-06-23 13:36:19 +0100 |
commit | fd4797e0d570744a6aee9bef5311b0540e337831 (patch) | |
tree | 9f0ea9ecd268f4691d9f9bb32e3ab42fdc6d188a /cmake | |
parent | 24b3962d512fad51225ceafcd50d74f52e603472 (diff) | |
download | mariadb-git-fd4797e0d570744a6aee9bef5311b0540e337831.tar.gz |
Remove storage/ndb from dist sources.
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/cpack_source_ignore_files.cmake | 1 | ||||
-rw-r--r-- | cmake/make_dist.cmake.in | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/cmake/cpack_source_ignore_files.cmake b/cmake/cpack_source_ignore_files.cmake index 5eef20dccc6..291990639d8 100644 --- a/cmake/cpack_source_ignore_files.cmake +++ b/cmake/cpack_source_ignore_files.cmake @@ -36,5 +36,6 @@ include/config\\\\.h$ include/my_config\\\\.h$ /autom4te\\\\.cache/ errmsg\\\\.sys$ +storage/ndb/ # ) diff --git a/cmake/make_dist.cmake.in b/cmake/make_dist.cmake.in index 13950e08553..6b667e12416 100644 --- a/cmake/make_dist.cmake.in +++ b/cmake/make_dist.cmake.in @@ -53,6 +53,8 @@ IF(BZR_EXECUTABLE) RESULT_VARIABLE RESULT ) + FILE(REMOVE_RECURSE ${PACKAGE_DIR}/storage/ndb) + IF(NOT RESULT EQUAL 0) SET(BZR_EXECUTABLE) ENDIF() |