summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-pgcc
diff options
context:
space:
mode:
authorserg@janus.mylan <>2007-01-28 21:09:54 +0100
committerserg@janus.mylan <>2007-01-28 21:09:54 +0100
commitb9008b0e1b0c9b58db2f37f037d2f8d5f7d22084 (patch)
tree9d0de7474869242bf851d46d7830e3fa2bd30834 /BUILD/compile-pentium-pgcc
parent30d927dab9233c3b8377da0ea8d19862ff54eb56 (diff)
downloadmariadb-git-b9008b0e1b0c9b58db2f37f037d2f8d5f7d22084.tar.gz
BUILD scripts: s/(dist)?clean/maintainer-clean/
Diffstat (limited to 'BUILD/compile-pentium-pgcc')
-rwxr-xr-xBUILD/compile-pentium-pgcc4
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`