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/FINISH.sh | |
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/FINISH.sh')
-rw-r--r-- | BUILD/FINISH.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/FINISH.sh b/BUILD/FINISH.sh index 6f0600c9de3..142ff7eb08e 100644 --- a/BUILD/FINISH.sh +++ b/BUILD/FINISH.sh @@ -4,7 +4,7 @@ extra_configs="$extra_configs $local_infile_configs" configure="./configure $base_configs $extra_configs" commands="\ -$make -k distclean || true +$make -k maintainer-clean || true /bin/rm -rf */.deps/*.P configure config.cache storage/*/configure storage/*/config.cache autom4te.cache storage/*/autom4te.cache; path=`dirname $0` |