Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit8b04311

Browse files
committed
Omit perl and python interfaces when making temporary installation.
1 parent2044bdc commit8b04311

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" installwith_perl=no with_python=no>"$LOGDIR/install.log"2>&1
295295

296296
if [$?-ne 0 ]
297297
then

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp