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/make_dist.cmake.in | |
parent | 24b3962d512fad51225ceafcd50d74f52e603472 (diff) | |
download | mariadb-git-fd4797e0d570744a6aee9bef5311b0540e337831.tar.gz |
Remove storage/ndb from dist sources.
Diffstat (limited to 'cmake/make_dist.cmake.in')
-rw-r--r-- | cmake/make_dist.cmake.in | 2 |
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() |