mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Output the config.h defines to stdout
This commit is contained in:
@ -396,6 +396,7 @@ mkdir debug
|
|||||||
-DFEATURE_SET="%{feature_set}" \
|
-DFEATURE_SET="%{feature_set}" \
|
||||||
-DCOMPILATION_COMMENT="%{compilation_comment_debug}" \
|
-DCOMPILATION_COMMENT="%{compilation_comment_debug}" \
|
||||||
-DMYSQL_SERVER_SUFFIX="%{server_suffix}"
|
-DMYSQL_SERVER_SUFFIX="%{server_suffix}"
|
||||||
|
echo BEGIN_DEBUG_CONFIG ; egrep '^#define' include/config.h ; echo END_DEBUG_CONFIG
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
)
|
)
|
||||||
# Build full release
|
# Build full release
|
||||||
@ -410,6 +411,7 @@ mkdir release
|
|||||||
-DFEATURE_SET="%{feature_set}" \
|
-DFEATURE_SET="%{feature_set}" \
|
||||||
-DCOMPILATION_COMMENT="%{compilation_comment_release}" \
|
-DCOMPILATION_COMMENT="%{compilation_comment_release}" \
|
||||||
-DMYSQL_SERVER_SUFFIX="%{server_suffix}"
|
-DMYSQL_SERVER_SUFFIX="%{server_suffix}"
|
||||||
|
echo BEGIN_NORMAL_CONFIG ; egrep '^#define' include/config.h ; echo END_NORMAL_CONFIG
|
||||||
make VERBOSE=1
|
make VERBOSE=1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user