diff options
author | monty@donna.mysql.fi <> | 2001-04-13 12:25:12 +0300 |
---|---|---|
committer | monty@donna.mysql.fi <> | 2001-04-13 12:25:12 +0300 |
commit | 8700c02daee78ef2550436e03f566f2fede1e781 (patch) | |
tree | 02530227003cbf2654c49c4e87d12571dc055552 /bdb | |
parent | 714431e3a67b3e10ac11e5ca322862415bc47dc0 (diff) | |
download | mariadb-git-8700c02daee78ef2550436e03f566f2fede1e781.tar.gz |
Changed Innobase to Innodb
Deleted a lot of old benchmark runs
Diffstat (limited to 'bdb')
-rw-r--r-- | bdb/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bdb/Makefile.in b/bdb/Makefile.in index b86eaefb5c1..a24eaaf0b41 100644 --- a/bdb/Makefile.in +++ b/bdb/Makefile.in @@ -36,6 +36,8 @@ subdirs = btree build_vxworks build_win32 clib common cxx db db185 \ all: cd $(bdb_build) && $(MAKE) all +clean:; + # May want to fix this, and MYSQL/configure, to install things install dvi check installcheck: |