File tree Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Expand file tree Collapse file tree 3 files changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -561,6 +561,7 @@ ADD_SUBDIRECTORY(scripts)
561
561
IF (NOT WITHOUT_SERVER )
562
562
ADD_SUBDIRECTORY (mysql-test )
563
563
ADD_SUBDIRECTORY (mysql-test/lib/My/SafeProcess )
564
+ ADD_SUBDIRECTORY (support-files )
564
565
ADD_SUBDIRECTORY (sql-bench )
565
566
IF (EXISTS ${CMAKE_SOURCE_DIR} /internal/CMakeLists.txt )
566
567
ADD_SUBDIRECTORY (internal )
Original file line number Diff line number Diff line change @@ -151,15 +151,6 @@ CONFIGURE_FILE(${CMAKE_BINARY_DIR}/sql/sql_hints.yy.h
151
151
CONFIGURE_FILE (${CMAKE_BINARY_DIR} /sql/sql_hints.yy.cc
152
152
${PACKAGE_DIR} /sql/sql_hints.yy.cc COPYONLY )
153
153
154
- # Copy spec files
155
- SET (SPECFILENAME "mysql.${VERSION} .spec" )
156
- IF ("${VERSION} " MATCHES "-ndb-" )
157
- STRING (REGEX REPLACE "^.*-ndb-" "" NDBVERSION "${VERSION} " )
158
- SET (SPECFILENAME "mysql-cluster-${NDBVERSION} .spec" )
159
- ENDIF ()
160
- CONFIGURE_FILE (${CMAKE_BINARY_DIR} /support-files/${SPECFILENAME}
161
- ${PACKAGE_DIR} /support-files/${SPECFILENAME} COPYONLY )
162
-
163
154
# Add documentation, if user has specified where to find them
164
155
IF (MYSQL_DOCS_LOCATION )
165
156
MESSAGE ("Copying documentation files from " ${MYSQL_DOCS_LOCATION} )
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2006, 2012 , Oracle and/or its affiliates. All rights reserved.
1
+ # Copyright (c) 2006, 2015 , Oracle and/or its affiliates. All rights reserved.
2
2
#
3
3
# This program is free software; you can redistribute it and/or modify
4
4
# it under the terms of the GNU General Public License as published by
@@ -71,17 +71,7 @@ IF(UNIX)
71
71
72
72
INSTALL (FILES mysql.m4 DESTINATION ${INSTALL_SHAREDIR} /aclocal COMPONENT Development )
73
73
CONFIGURE_FILE (MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR} /MySQL-shared-compat.spec @ONLY )
74
- CONFIGURE_FILE (mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR} /mysql.spec @ONLY )
75
74
76
- SET (SPECFILENAME "mysql.${VERSION} .spec" )
77
- IF ("${VERSION} " MATCHES "-ndb-" )
78
- STRING (REGEX REPLACE "^.*-ndb-" "" NDBVERSION "${VERSION} " )
79
- SET (SPECFILENAME "mysql-cluster-${NDBVERSION} .spec" )
80
- ENDIF ()
81
- CONFIGURE_FILE (mysql.spec.sh ${CMAKE_CURRENT_BINARY_DIR} /${SPECFILENAME} @ONLY )
82
-
83
- CONFIGURE_FILE (MySQL-shared-compat.spec.sh ${CMAKE_CURRENT_BINARY_DIR} /MySQL-shared-compat.spec @ONLY )
84
-
85
75
SET (bindir ${prefix} /${INSTALL_BINDIR} )
86
76
SET (sbindir ${prefix} /${INSTALL_SBINDIR} )
87
77
SET (scriptdir ${prefix} /${INSTALL_SCRIPTDIR} )
You can’t perform that action at this time.
0 commit comments