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-pentium-pgcc | |
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-pentium-pgcc')
-rwxr-xr-x | BUILD/compile-pentium-pgcc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/BUILD/compile-pentium-pgcc b/BUILD/compile-pentium-pgcc index 411241451cf..c13a6ff14f7 100755 --- a/BUILD/compile-pentium-pgcc +++ b/BUILD/compile-pentium-pgcc @@ -1,5 +1,7 @@ +#! /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` |