diff options
author | unknown <serg@janus.mylan> | 2007-01-28 21:09:54 +0100 |
---|---|---|
committer | unknown <serg@janus.mylan> | 2007-01-28 21:09:54 +0100 |
commit | 60f0cd8b13b73a99b4e4d843e7720526e27c9726 (patch) | |
tree | 9d0de7474869242bf851d46d7830e3fa2bd30834 /BUILD/compile-dist | |
parent | 6db6be5a06d79d03836e8d84198e51562f50d6cb (diff) | |
download | mariadb-git-60f0cd8b13b73a99b4e4d843e7720526e27c9726.tar.gz |
BUILD scripts: s/(dist)?clean/maintainer-clean/
BUILD/FINISH.sh:
s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-ccc:
s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-cxx:
s/(dist)?clean/maintainer-clean/
BUILD/compile-alpha-debug:
s/(dist)?clean/maintainer-clean/
BUILD/compile-dist:
s/(dist)?clean/maintainer-clean/
BUILD/compile-hpux11-parisc2-aCC:
s/(dist)?clean/maintainer-clean/
BUILD/compile-ia64-debug-max:
s/(dist)?clean/maintainer-clean/
BUILD/compile-irix-mips64-mipspro:
s/(dist)?clean/maintainer-clean/
BUILD/compile-pentium-pgcc:
s/(dist)?clean/maintainer-clean/
BUILD/compile-solaris-sparc-forte:
s/(dist)?clean/maintainer-clean/
BUILD/compile-solaris-sparc-purify:
s/(dist)?clean/maintainer-clean/
Diffstat (limited to 'BUILD/compile-dist')
-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 0504b308ceb..0ecb386bf71 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. # -test -f Makefile && make distclean +test -f Makefile && make maintainer-clean (cd storage/innobase && aclocal && autoheader && \ libtoolize --automake --force --copy && \ automake --force --add-missing --copy && autoconf) |