diff options
author | kent@mysql.com <> | 2005-12-18 15:02:13 +0100 |
---|---|---|
committer | kent@mysql.com <> | 2005-12-18 15:02:13 +0100 |
commit | 9a0f262ebfb10ee7a127accf3c2081b2638c3c25 (patch) | |
tree | ab1d679cb253f9f38059a30ad32b11f1fa29a14f /BUILD/Makefile.am | |
parent | 29f44a8c7795a5faec07c6ee33cfe07b68dfebf0 (diff) | |
parent | 943f34f39bca3006275cf0fcabc7a27ad450262b (diff) | |
download | mariadb-git-9a0f262ebfb10ee7a127accf3c2081b2638c3c25.tar.gz |
Merge mysql.com:/Users/kent/mysql/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-5.0
Diffstat (limited to 'BUILD/Makefile.am')
-rw-r--r-- | BUILD/Makefile.am | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index 45c1aaa1a76..2d58486e0ba 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -21,14 +21,22 @@ EXTRA_DIST = FINISH.sh \ SETUP.sh \ autorun.sh \ check-cpu \ + cleanup \ compile-alpha \ compile-alpha-ccc \ compile-alpha-cxx \ compile-alpha-debug \ + compile-amd64-debug-max \ + compile-amd64-max \ + compile-darwin-mwcc \ + compile-dist \ + compile-hpux11-parisc2-aCC \ compile-ia64-debug-max \ + compile-irix-mips64-mipspro \ compile-pentium \ compile-pentium-debug \ compile-pentium-debug-max \ + compile-pentium-debug-max-no-embedded \ compile-pentium-debug-no-bdb \ compile-pentium-debug-openssl \ compile-pentium-debug-yassl \ @@ -38,10 +46,16 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-myodbc \ compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ + compile-pentium-valgrind-max \ + compile-pentium64-debug \ + compile-pentium64-debug-max \ + compile-pentium64-valgrind-max \ + compile-ppc \ + compile-ppc-debug \ + compile-ppc-debug-max \ + compile-ppc-max \ compile-solaris-sparc \ compile-solaris-sparc-debug \ - compile-irix-mips64-mipspro \ - compile-hpux11-parisc2-aCC \ compile-solaris-sparc-forte \ compile-solaris-sparc-purify |