diff options
author | unknown <joerg@trift2.> | 2007-10-30 20:06:49 +0100 |
---|---|---|
committer | unknown <joerg@trift2.> | 2007-10-30 20:06:49 +0100 |
commit | 85ba610f2633842eeb5fa08a02429144e77a5580 (patch) | |
tree | f854068763612333d5c9c70688b6d6e3fdba0f6e /netware | |
parent | 4123825d1b77e9ea4b9693d8dc8426d3952e2e2a (diff) | |
download | mariadb-git-85ba610f2633842eeb5fa08a02429144e77a5580.tar.gz |
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.
Diffstat (limited to 'netware')
-rw-r--r-- | netware/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/netware/Makefile.am b/netware/Makefile.am index 64467a41777..80da180273b 100644 --- a/netware/Makefile.am +++ b/netware/Makefile.am @@ -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 |