mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +03:00
Omit perl and python interfaces when making temporary installation.
This commit is contained in:
parent
2044bdcca0
commit
8b04311293
@ -1,5 +1,5 @@
|
|||||||
#! /bin/sh
|
#! /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`
|
me=`basename $0`
|
||||||
: ${TMPDIR=/tmp}
|
: ${TMPDIR=/tmp}
|
||||||
@ -291,7 +291,7 @@ then
|
|||||||
if [ ! -d "$LOGDIR" ]; then
|
if [ ! -d "$LOGDIR" ]; then
|
||||||
mkdir -p "$LOGDIR" || { (exit 2); exit; }
|
mkdir -p "$LOGDIR" || { (exit 2); exit; }
|
||||||
fi
|
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 ]
|
if [ $? -ne 0 ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user