Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
033dd6f8
Commit
033dd6f8
authored
Jun 05, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
do not create ndb Makefiles unless required
parent
a3e684da
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
+13
-13
configure.in
configure.in
+13
-13
No files found.
configure.in
View file @
033dd6f8
...
@@ -2879,7 +2879,6 @@ then
...
@@ -2879,7 +2879,6 @@ then
NDB_DEFS="
-DNDEBUG
"
NDB_DEFS="
-DNDEBUG
"
CXXFLAGS="
$CXXFLAGS
\$
(
NDB_CXXFLAGS
)
\$
(
NDB_CXXFLAGS_LOC
)
\$
(
NDB_CXXFLAGS_RELEASE_LOC
)
"
CXXFLAGS="
$CXXFLAGS
\$
(
NDB_CXXFLAGS
)
\$
(
NDB_CXXFLAGS_LOC
)
\$
(
NDB_CXXFLAGS_RELEASE_LOC
)
"
fi
fi
fi
AC_SUBST([NDB_DEFS])
AC_SUBST([NDB_DEFS])
...
@@ -2902,12 +2901,7 @@ then
...
@@ -2902,12 +2901,7 @@ then
fi
fi
AC_SUBST([ndb_bin_am_ldflags])
AC_SUBST([ndb_bin_am_ldflags])
AC_SUBST([ndb_opt_test_subdirs])
AC_SUBST([ndb_opt_test_subdirs])
AC_CONFIG_FILES(ndb/Makefile ndb/include/Makefile dnl
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
# Output results
AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
ndb/Makefile ndb/include/Makefile dnl
ndb/src/Makefile ndb/src/common/Makefile dnl
ndb/src/Makefile ndb/src/common/Makefile dnl
ndb/tools/Makefile dnl
ndb/tools/Makefile dnl
ndb/src/common/debugger/Makefile ndb/src/common/debugger/signaldata/Makefile dnl
ndb/src/common/debugger/Makefile ndb/src/common/debugger/signaldata/Makefile dnl
...
@@ -2949,7 +2943,14 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
...
@@ -2949,7 +2943,14 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
ndb/test/ndbapi/Makefile dnl
ndb/test/ndbapi/Makefile dnl
ndb/test/ndbapi/bank/Makefile dnl
ndb/test/ndbapi/bank/Makefile dnl
ndb/test/tools/Makefile dnl
ndb/test/tools/Makefile dnl
ndb/test/run-test/Makefile dnl
ndb/test/run-test/Makefile mysql-test/ndb/Makefile dnl
)
fi
AC_SUBST(MAKE_BINARY_DISTRIBUTION_OPTIONS)
# Output results
AC_CONFIG_FILES(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
strings/Makefile regex/Makefile heap/Makefile dnl
strings/Makefile regex/Makefile heap/Makefile dnl
bdb/Makefile dnl
bdb/Makefile dnl
myisam/Makefile myisammrg/Makefile dnl
myisam/Makefile myisammrg/Makefile dnl
...
@@ -2962,15 +2963,14 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
...
@@ -2962,15 +2963,14 @@ AC_OUTPUT(Makefile extra/Makefile mysys/Makefile isam/Makefile dnl
merge/Makefile dbug/Makefile scripts/Makefile dnl
merge/Makefile dbug/Makefile scripts/Makefile dnl
include/Makefile sql-bench/Makefile tools/Makefile dnl
include/Makefile sql-bench/Makefile tools/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
tests/Makefile Docs/Makefile support-files/Makefile dnl
support-files/MacOSX/Makefile mysql-test/Makefile
mysql-test/ndb/Makefile
dnl
support-files/MacOSX/Makefile mysql-test/Makefile dnl
netware/Makefile dnl
netware/Makefile dnl
include/mysql_version.h dnl
include/mysql_version.h dnl
cmd-line-utils/Makefile dnl
cmd-line-utils/Makefile dnl
cmd-line-utils/libedit/Makefile dnl
cmd-line-utils/libedit/Makefile dnl
cmd-line-utils/readline/Makefile dnl
cmd-line-utils/readline/Makefile)
, , [
AC_CONFIG_COMMANDS([default], , test -z "
$CONFIG_HEADERS
" || echo timestamp > stamp-h)
test -z "
$CONFIG_HEADERS
" || echo timestamp > stamp-h
AC_OUTPUT
])
rm -f
$AVAILABLE_LANGUAGES_ERRORS_RULES
rm -f
$AVAILABLE_LANGUAGES_ERRORS_RULES
echo
echo
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment