summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-06-23 13:36:19 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-06-23 13:36:19 +0100
commitf84c866c5c5983980ef6d19ce3340b1c55baaeb3 (patch)
tree9f0ea9ecd268f4691d9f9bb32e3ab42fdc6d188a /cmake
parentfb583cfaea30df93c99556f49b2712d3267770d9 (diff)
downloadmariadb-git-f84c866c5c5983980ef6d19ce3340b1c55baaeb3.tar.gz
Remove storage/ndb from dist sources.
Diffstat (limited to 'cmake')
-rw-r--r--cmake/cpack_source_ignore_files.cmake1
-rw-r--r--cmake/make_dist.cmake.in2
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()