Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 8b04311

Browse files
committed
Omit perl and python interfaces when making temporary installation.
1 parent 2044bdc commit 8b04311

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/regress/pg_regress.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#! /bin/sh
2-
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.9 2000/10/23 21:44:12 petere Exp $
2+
# $Header: /cvsroot/pgsql/src/test/regress/Attic/pg_regress.sh,v 1.10 2000/10/29 12:49:49 petere Exp $
33

44
me=`basename $0`
55
: ${TMPDIR=/tmp}
@@ -291,7 +291,7 @@ then
291291
if [ ! -d "$LOGDIR" ]; then
292292
mkdir -p "$LOGDIR" || { (exit 2); exit; }
293293
fi
294-
$GMAKE -C "$top_builddir" DESTDIR="$temp_install" install >"$LOGDIR/install.log" 2>&1
294+
$GMAKE -C "$top_builddir" DESTDIR="$temp_install" install with_perl=no with_python=no >"$LOGDIR/install.log" 2>&1
295295

296296
if [ $? -ne 0 ]
297297
then

0 commit comments

Comments
 (0)