summaryrefslogtreecommitdiff
path: root/BUILD/compile-pentium-pgcc
diff options
context:
space:
mode:
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`