summaryrefslogtreecommitdiff
path: root/cmake/make_dist.cmake.in
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/make_dist.cmake.in
parentfb583cfaea30df93c99556f49b2712d3267770d9 (diff)
downloadmariadb-git-f84c866c5c5983980ef6d19ce3340b1c55baaeb3.tar.gz
Remove storage/ndb from dist sources.
Diffstat (limited to 'cmake/make_dist.cmake.in')
-rw-r--r--cmake/make_dist.cmake.in2
1 files changed, 2 insertions, 0 deletions
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()