summaryrefslogtreecommitdiff
path: root/BUILD/Makefile.am
diff options
context:
space:
mode:
authorunknown <knielsen@knielsen-hq.org>2010-01-07 13:02:18 +0100
committerunknown <knielsen@knielsen-hq.org>2010-01-07 13:02:18 +0100
commit951e92b2640793e4bfe4d02b8220266945326c0d (patch)
treec9a9bbb34afd97126a362fa93bb8ed01b07bb9fa /BUILD/Makefile.am
parentb96f268acc3a693b673fceccc62311e169496731 (diff)
downloadmariadb-git-951e92b2640793e4bfe4d02b8220266945326c0d.tar.gz
Add BUILD/compile-bintar, which builds MariaDB with correct options for a binary tarball release.
BUILD/Makefile.am: Add BUILD/compile-bintar to source tarball. BUILD/SETUP.sh: Move common code to separate file to enable sharing. BUILD/compile-bintar: Add script to build with correct flags and ./configure options for bintar package. BUILD/util.sh: Move common code to separate file to enable sharing.
Diffstat (limited to 'BUILD/Makefile.am')
-rw-r--r--BUILD/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD/Makefile.am b/BUILD/Makefile.am
index 8343f1e2f27..06e3d22c9f6 100644
--- a/BUILD/Makefile.am
+++ b/BUILD/Makefile.am
@@ -34,6 +34,7 @@ EXTRA_DIST = FINISH.sh \
compile-amd64-max \
compile-amd64-max-sci \
compile-amd64-valgrind-max \
+ compile-bintar \
compile-darwin-mwcc \
compile-dist \
compile-hpux11-parisc2-aCC \