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-hpux11-parisc2-aCC | |
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-hpux11-parisc2-aCC')
-rwxr-xr-x | BUILD/compile-hpux11-parisc2-aCC | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD/compile-hpux11-parisc2-aCC b/BUILD/compile-hpux11-parisc2-aCC index c286488bb26..0e825715663 100755 --- a/BUILD/compile-hpux11-parisc2-aCC +++ b/BUILD/compile-hpux11-parisc2-aCC @@ -61,7 +61,7 @@ done set -x -make distclean +make maintainer-clean path=`dirname $0` . "$path/autorun.sh" |