mirror of
https://github.com/MariaDB/server.git
synced 2026-05-03 13:45:34 +02:00
Minor Makefile fixes:
1) Add a new top level "Makefile.am" target "make embedded-test".
2) Fix a syntax error (bad merge) in "netware/Makefile.am".
Makefile.am:
Add a new "make" target "embedded-test" so that it is easier
to test the "embedded server" ("libmyslqd").
Make it "phony".
Use it via a sub-make within "test-bt" to avoid code duplication.
netware/Makefile.am:
Cleanup: Macros "BUILT_SOURCES" and "CLEANFILES" should be defined only once.
This commit is contained in:
parent
4123825d1b
commit
85ba610f26
2 changed files with 11 additions and 9 deletions
|
|
@ -56,9 +56,6 @@ link_sources:
|
|||
done
|
||||
echo timestamp > link_sources
|
||||
|
||||
BUILT_SOURCES = link_sources
|
||||
CLEANFILES = $(BUILT_SOURCES)
|
||||
|
||||
else
|
||||
|
||||
BUILT_SOURCES = libmysql.imp init_db.sql test_db.sql
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue