summaryrefslogtreecommitdiff
path: root/SPECIFIC-ULN
diff options
context:
space:
mode:
authorJoerg Bruehe <joerg.bruehe@oracle.com>2012-06-11 19:50:03 +0200
committerJoerg Bruehe <joerg.bruehe@oracle.com>2012-06-11 19:50:03 +0200
commited8fc69f4f2194f81014a4fda28deb6e2a1ea489 (patch)
tree0b87451f91db88578de26b0a2f705890c556381a /SPECIFIC-ULN
parent014ed2bd17b744ac69c387fb92c20a1225fca84b (diff)
downloadmariadb-git-ed8fc69f4f2194f81014a4fda28deb6e2a1ea489.tar.gz
Files in "SPECIFIC-ULN" need to be mentioned in a cmake "INSTALL".
Diffstat (limited to 'SPECIFIC-ULN')
-rw-r--r--SPECIFIC-ULN/CMakeLists.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/SPECIFIC-ULN/CMakeLists.txt b/SPECIFIC-ULN/CMakeLists.txt
index 6f6587e75b3..3efc1a2960b 100644
--- a/SPECIFIC-ULN/CMakeLists.txt
+++ b/SPECIFIC-ULN/CMakeLists.txt
@@ -24,5 +24,14 @@ IF(UNIX)
ENDIF()
# Left in current directory, to be taken during build
- CONFIGURE_FILE(mysql.spec.sh ./${SPECFILENAME} @ONLY)
+ CONFIGURE_FILE(mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR}/SPECIFIC-ULN/${SPECFILENAME} @ONLY)
+
+ FOREACH(ulnfile filter-requires-mysql.sh generate-tarball.sh my.cnf my_config.h
+ mysql-5.5-errno.patch mysql-5.5-fix-tests.patch mysql-5.5-libdir.patch
+ mysql-5.5-mtr1.patch mysql-5.5-stack-guard.patch mysql-5.5-testing.patch
+ mysql-chain-certs.patch mysql-embedded-check.c mysql-expired-certs.patch
+ mysql.init mysql-install-test.patch mysql-strmov.patch scriptstub.c)
+ INSTALL(FILES ulnfile DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/SPECIFIC-ULN)
+ ENDFOREACH()
ENDIF()
+