diff options
author | kent@mysql.com <> | 2006-06-20 11:11:18 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2006-06-20 11:11:18 +0200 |
commit | 8f0aa436edb891828727a2f639fb468bc365862a (patch) | |
tree | 95bc1ff8dea0c9c8225dd253d7fb40eabdf9d993 /BUILD | |
parent | 9edd7b3766ef7fc1e0c71335bd55b4642bac545e (diff) | |
parent | b95c0c4edd512a40e85af88d9ead1fc7801c9773 (diff) | |
download | mariadb-git-8f0aa436edb891828727a2f639fb468bc365862a.tar.gz |
Merge
Diffstat (limited to 'BUILD')
-rwxr-xr-x | BUILD/compile-dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-dist b/BUILD/compile-dist index 326de19da13..15032d79d78 100755 --- a/BUILD/compile-dist +++ b/BUILD/compile-dist @@ -6,7 +6,7 @@ # tree can then be picked up by "make dist" to create the "pristine source # package" that is used as the basis for all other binary builds. # -make distclean +test -f Makefile && make distclean (cd storage/bdb/dist && sh s_all) (cd storage/innobase && aclocal && autoheader && \ libtoolize --automake --force --copy && \ |