Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8f367dd3
Commit
8f367dd3
authored
Apr 26, 2004
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix vpath for thread test.
parent
095ed37f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
22 deletions
+22
-22
configure
configure
+11
-11
configure.in
configure.in
+11
-11
No files found.
configure
View file @
8f367dd3
...
@@ -19174,30 +19174,30 @@ if test cross_compiling != yes; then
...
@@ -19174,30 +19174,30 @@ if test cross_compiling != yes; then
#
#
echo
"
$as_me
:
$LINENO
: checking thread safety of required library functions"
>
&5
echo
"
$as_me
:
$LINENO
: checking thread safety of required library functions"
>
&5
echo
$ECHO_N
"checking thread safety of required library functions...
$ECHO_C
"
>
&6
echo
$ECHO_N
"checking thread safety of required library functions...
$ECHO_C
"
>
&6
if
!
$MAKE
-C
$srcdir
/
src/tools/thread clean
>
&5
if
!
$MAKE
-C
src/tools/thread clean
>
&5
then
rm
-f
$srcdir
/
src/Makefile.global
then
rm
-f
src/Makefile.global
{
{
echo
"
$as_me
:
$LINENO
: error: Can not clean thread test directory."
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Can not clean thread test directory."
>
&5
echo
"
$as_me
: error: Can not clean thread test directory."
>
&2
;
}
echo
"
$as_me
: error: Can not clean thread test directory."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
if
!
$MAKE
-C
$srcdir
/
src/tools/thread
>
&5
if
!
$MAKE
-C
src/tools/thread
>
&5
then
rm
-f
$srcdir
/
src/Makefile.global
then
rm
-f
src/Makefile.global
{
{
echo
"
$as_me
:
$LINENO
: error: Can not build thread test proram."
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Can not build thread test proram."
>
&5
echo
"
$as_me
: error: Can not build thread test proram."
>
&2
;
}
echo
"
$as_me
: error: Can not build thread test proram."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
if
!
$srcdir
/
src/tools/thread/thread_test
>
&5
if
!
src/tools/thread/thread_test
>
&5
then
rm
-f
$srcdir
/
src/Makefile.global
then
rm
-f
src/Makefile.global
echo
"no"
echo
"no"
echo
echo
$srcdir
/
src/tools/thread/thread_test
src/tools/thread/thread_test
echo
echo
{
{
echo
"
$as_me
:
$LINENO
: error: Thread test program failed. Your platform is not thread-safe."
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Thread test program failed. Your platform is not thread-safe."
>
&5
echo
"
$as_me
: error: Thread test program failed. Your platform is not thread-safe."
>
&2
;
}
echo
"
$as_me
: error: Thread test program failed. Your platform is not thread-safe."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
fi
fi
if
!
$MAKE
-C
$srcdir
/
src/tools/thread clean
>
&5
if
!
$MAKE
-C
src/tools/thread clean
>
&5
then
rm
-f
$srcdir
/
src/Makefile.global
then
rm
-f
src/Makefile.global
{
{
echo
"
$as_me
:
$LINENO
: error: Can not clean thread test directory."
>
&5
{
{
echo
"
$as_me
:
$LINENO
: error: Can not clean thread test directory."
>
&5
echo
"
$as_me
: error: Can not clean thread test directory."
>
&2
;
}
echo
"
$as_me
: error: Can not clean thread test directory."
>
&2
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
{
(
exit
1
)
;
exit
1
;
}
;
}
...
@@ -19206,11 +19206,11 @@ echo "yes"
...
@@ -19206,11 +19206,11 @@ echo "yes"
else
else
{
echo
"
$as_me
:
$LINENO
: WARNING:
{
echo
"
$as_me
:
$LINENO
: WARNING:
*** Skipping thread test program because of cross-compile build.
*** Skipping thread test program because of cross-compile build.
*** Run the program in
$srcdir
/
src/tools/thread on the target matchine.
*** Run the program in src/tools/thread on the target matchine.
"
>
&5
"
>
&5
echo
"
$as_me
: WARNING:
echo
"
$as_me
: WARNING:
*** Skipping thread test program because of cross-compile build.
*** Skipping thread test program because of cross-compile build.
*** Run the program in
$srcdir
/
src/tools/thread on the target matchine.
*** Run the program in src/tools/thread on the target matchine.
"
>
&2
;
}
"
>
&2
;
}
fi
fi
fi
fi
configure.in
View file @
8f367dd3
dnl Process this file with autoconf to produce a configure script.
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.33
5 2004/04/26 13:14:48
momjian Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.33
6 2004/04/26 19:08:57
momjian Exp $
dnl
dnl
dnl Developers, please strive to achieve this order:
dnl Developers, please strive to achieve this order:
dnl
dnl
...
@@ -1235,31 +1235,31 @@ if test cross_compiling != yes; then
...
@@ -1235,31 +1235,31 @@ if test cross_compiling != yes; then
# compile (to simulate a configure failure).
# compile (to simulate a configure failure).
#
#
AC_MSG_CHECKING([thread safety of required library functions])
AC_MSG_CHECKING([thread safety of required library functions])
if ! $MAKE -C
$srcdir/
src/tools/thread clean >&5
if ! $MAKE -C src/tools/thread clean >&5
then rm -f
$srcdir/
src/Makefile.global
then rm -f src/Makefile.global
AC_MSG_ERROR([Can not clean thread test directory.])
AC_MSG_ERROR([Can not clean thread test directory.])
fi
fi
if ! $MAKE -C
$srcdir/
src/tools/thread >&5
if ! $MAKE -C src/tools/thread >&5
then rm -f
$srcdir/
src/Makefile.global
then rm -f src/Makefile.global
AC_MSG_ERROR([Can not build thread test proram.])
AC_MSG_ERROR([Can not build thread test proram.])
fi
fi
if !
$srcdir/
src/tools/thread/thread_test >&5
if ! src/tools/thread/thread_test >&5
then rm -f
$srcdir/
src/Makefile.global
then rm -f src/Makefile.global
echo "no"
echo "no"
echo
echo
$srcdir/
src/tools/thread/thread_test
src/tools/thread/thread_test
echo
echo
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.])
AC_MSG_ERROR([Thread test program failed. Your platform is not thread-safe.])
fi
fi
if ! $MAKE -C
$srcdir/
src/tools/thread clean >&5
if ! $MAKE -C src/tools/thread clean >&5
then rm -f
$srcdir/
src/Makefile.global
then rm -f src/Makefile.global
AC_MSG_ERROR([Can not clean thread test directory.])
AC_MSG_ERROR([Can not clean thread test directory.])
fi
fi
echo "yes"
echo "yes"
else
else
AC_MSG_WARN([
AC_MSG_WARN([
*** Skipping thread test program because of cross-compile build.
*** Skipping thread test program because of cross-compile build.
*** Run the program in
$srcdir/
src/tools/thread on the target matchine.
*** Run the program in src/tools/thread on the target matchine.
])
])
fi
fi
fi
fi
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment