diff options
author | joerg@trift2. <> | 2008-04-18 16:58:47 +0200 |
---|---|---|
committer | joerg@trift2. <> | 2008-04-18 16:58:47 +0200 |
commit | 41658010d553d33ad598b3a25415786090417c8e (patch) | |
tree | ccf6b8dd3d4cff07bac22279b7fc17b6fe467ea2 /BUILD | |
parent | 92a9ba0b7e7d740f0c0ae42754788d312aad8883 (diff) | |
download | mariadb-git-41658010d553d33ad598b3a25415786090417c8e.tar.gz |
BUILD/Makefile.am
Post-merge fix: Add those files which are new in version 5.1
This is the 5.1 version of the fix for
Bug #34291 compile-amd64-debug-max-no-ndb missing
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am index a6298da1e08..cd4b00ea731 100644 --- a/BUILD/Makefile.am +++ b/BUILD/Makefile.am @@ -20,6 +20,7 @@ EXTRA_DIST = FINISH.sh \ SETUP.sh \ autorun.sh \ + build_mccge.sh \ check-cpu \ cleanup \ compile-alpha \ @@ -27,10 +28,12 @@ EXTRA_DIST = FINISH.sh \ compile-alpha-cxx \ compile-alpha-debug \ compile-amd64-debug-max \ + compile-amd64-debug-max-no-ndb \ compile-amd64-gcov \ compile-amd64-gprof \ compile-amd64-max \ compile-amd64-max-sci \ + compile-amd64-valgrind-max \ compile-darwin-mwcc \ compile-dist \ compile-hpux11-parisc2-aCC \ @@ -53,10 +56,12 @@ EXTRA_DIST = FINISH.sh \ compile-pentium-mysqlfs-debug \ compile-pentium-pgcc \ compile-pentium-valgrind-max \ + compile-pentium64 \ compile-pentium64-debug \ compile-pentium64-debug-max \ compile-pentium64-gcov \ compile-pentium64-gprof \ + compile-pentium64-max \ compile-pentium64-max-sci \ compile-pentium64-valgrind-max \ compile-ppc \ |