Commit 60f0cd8b authored by unknown's avatar unknown

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/
parent 6db6be5a
......@@ -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`
......
#! /bin/sh
/bin/rm -f */.deps/*.P */*.o
make -k clean
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f config.cache mysql-*.tar.gz
......
#! /bin/sh
/bin/rm -f */.deps/*.P */*.o
make -k clean
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
......
#! /bin/sh
/bin/rm -f */.deps/*.P */*.o
make -k clean
make -k maintainer-clean
/bin/rm -f */.deps/*.P */*.o
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache mysql-*.tar.gz
......
......@@ -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)
......
......@@ -61,7 +61,7 @@ done
set -x
make distclean
make maintainer-clean
path=`dirname $0`
. "$path/autorun.sh"
......
gmake -k clean || true
gmake -k maintainer-clean || true
/bin/rm -f */.deps/*.P config.cache storage/innobase/config.cache
path=`dirname $0`
......
......@@ -33,7 +33,7 @@ else
fi
set -x
make distclean
make maintainer-clean
path=`dirname $0`
. "$path/autorun.sh"
......
#! /bin/sh
AM_MAKEFLAGS="-j 2"
gmake -k clean || true
gmake -k maintainer-clean || true
/bin/rm -f */.deps/*.P config.cache
path=`dirname $0`
......
#! /bin/sh
gmake -k clean || true
gmake -k maintainer-clean || true
/bin/rm -f */.deps/*.P config.cache
path=`dirname $0`
......
......@@ -31,7 +31,7 @@ do
shift
done
gmake -k clean || true
gmake -k maintainer-clean || true
/bin/rm -f */.deps/*.P config.cache
path=`dirname $0`
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment