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
39850313
Commit
39850313
authored
Jul 28, 2005
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove no-longer-needed hack to add pgsleep.c to regress.so.
parent
a7f8ae32
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
13 deletions
+3
-13
src/test/regress/GNUmakefile
src/test/regress/GNUmakefile
+3
-13
No files found.
src/test/regress/GNUmakefile
View file @
39850313
...
...
@@ -6,7 +6,7 @@
# Portions Copyright (c) 1996-2005, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
#
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.5
1 2005/07/25 00:58:27
tgl Exp $
# $PostgreSQL: pgsql/src/test/regress/GNUmakefile,v 1.5
2 2005/07/28 04:32:32
tgl Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -56,7 +56,7 @@ pg_regress: pg_regress.sh GNUmakefile $(top_builddir)/src/Makefile.global
NAME
=
regress
SO_MAJOR_VERSION
=
0
SO_MINOR_VERSION
=
0
OBJS
=
regress.o
pgsleep.o
OBJS
=
regress.o
SHLIB_LINK
=
$(BE_DLLLIBS)
include
$(top_srcdir)/src/Makefile.shlib
...
...
@@ -67,16 +67,6 @@ $(NAME)$(DLSUFFIX): $(shlib)
rm
-f
$(NAME)$(DLSUFFIX)
$(LN_S)
$(shlib)
$(NAME)$(DLSUFFIX)
# regress.so needs pg_usleep, which on some platforms can't be linked
# from the main backend (though I'd sure like to know why not).
# We can't incorporate libpgport directly either, since it's not built
# with appropriate options to build a shared lib. Instead,
# symlink the source file in here and build our own object file.
pgsleep.c
:
% : $(top_srcdir)/src/port/%
rm
-f
$@
&&
$(LN_S)
$<
.
# Build test input and expected files
file_list
:=
copy create_function_1 create_function_2 misc constraints tablespace
...
...
@@ -174,7 +164,7 @@ bigcheck:
clean distclean maintainer-clean
:
clean-lib
# things built by `all' target
rm
-f
$(NAME)$(DLSUFFIX)
$(OBJS)
pgsleep.c
rm
-f
$(NAME)$(DLSUFFIX)
$(OBJS)
$(MAKE)
-C
$(contribdir)/spi
clean
rm
-f
$(output_files)
$(input_files)
pg_regress
# things created by various check targets
...
...
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