]> granicus.if.org Git - postgresql/commitdiff
Omit perl and python interfaces when making temporary installation.
authorPeter Eisentraut <peter_e@gmx.net>
Sun, 29 Oct 2000 12:49:49 +0000 (12:49 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sun, 29 Oct 2000 12:49:49 +0000 (12:49 +0000)
src/test/regress/pg_regress.sh

index 71203bf0d9c361e8759e289ccf747354101c9c5c..deb6c399b607c0e10311b2b777a22e7d7c9de8d7 100644 (file)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.9 2000/10/23 21:44:12 petere Exp $
+# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.10 2000/10/29 12:49:49 petere Exp $
 
 me=`basename $0`
 : ${TMPDIR=/tmp}
@@ -291,7 +291,7 @@ then
     if [ ! -d "$LOGDIR" ]; then
         mkdir -p "$LOGDIR" || { (exit 2); exit; }
     fi
-    $GMAKE -C "$top_builddir" DESTDIR="$temp_install" install >"$LOGDIR/install.log" 2>&1
+    $GMAKE -C "$top_builddir" DESTDIR="$temp_install" install with_perl=no with_python=no >"$LOGDIR/install.log" 2>&1
 
     if [ $? -ne 0 ]
     then