summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Perkin <jonathan.perkin@oracle.com>2010-07-20 10:35:55 +0100
committerJonathan Perkin <jonathan.perkin@oracle.com>2010-07-20 10:35:55 +0100
commit83aebca534a25b537f405934deade1719e63426f (patch)
tree87ec147c1f56660f26b914552e7cf0ce05da65ce
parent9d0ef81e270668cec47e66cefd30c31938420fed (diff)
downloadmariadb-git-83aebca534a25b537f405934deade1719e63426f.tar.gz
Revert the ndb removal for now.
-rw-r--r--cmake/cpack_source_ignore_files.cmake1
-rw-r--r--cmake/make_dist.cmake.in2
2 files changed, 0 insertions, 3 deletions
diff --git a/cmake/cpack_source_ignore_files.cmake b/cmake/cpack_source_ignore_files.cmake
index 291990639d8..5eef20dccc6 100644
--- a/cmake/cpack_source_ignore_files.cmake
+++ b/cmake/cpack_source_ignore_files.cmake
@@ -36,6 +36,5 @@ 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 6b667e12416..13950e08553 100644
--- a/cmake/make_dist.cmake.in
+++ b/cmake/make_dist.cmake.in
@@ -53,8 +53,6 @@ IF(BZR_EXECUTABLE)
RESULT_VARIABLE RESULT
)
- FILE(REMOVE_RECURSE ${PACKAGE_DIR}/storage/ndb)
-
IF(NOT RESULT EQUAL 0)
SET(BZR_EXECUTABLE)
ENDIF()