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
94a67cce
Commit
94a67cce
authored
Feb 10, 2004
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
No need to link libpq into these programs ...
parent
e29d8f3c
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
src/bin/pg_controldata/Makefile
src/bin/pg_controldata/Makefile
+2
-2
src/bin/pg_resetxlog/Makefile
src/bin/pg_resetxlog/Makefile
+2
-2
No files found.
src/bin/pg_controldata/Makefile
View file @
94a67cce
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.
4 2003/11/29 19:52:04 pgsq
l Exp $
# $PostgreSQL: pgsql/src/bin/pg_controldata/Makefile,v 1.
5 2004/02/10 23:24:13 tg
l Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -17,7 +17,7 @@ OBJS= pg_controldata.o pg_crc.o
all
:
submake-libpgport pg_controldata
pg_controldata
:
$(OBJS)
$(CC)
$(CFLAGS)
$^
$(
libpq)
$(
LDFLAGS)
$(LIBS)
-o
$@
$(CC)
$(CFLAGS)
$^
$(LDFLAGS)
$(LIBS)
-o
$@
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
...
...
src/bin/pg_resetxlog/Makefile
View file @
94a67cce
...
...
@@ -4,7 +4,7 @@
#
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
#
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.
4 2004/02/02 17:21:08 momjian
Exp $
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.
5 2004/02/10 23:24:13 tgl
Exp $
#
#-------------------------------------------------------------------------
...
...
@@ -20,7 +20,7 @@ OBJS= pg_resetxlog.o pg_crc.o \
all
:
submake-libpgport pg_resetxlog
pg_resetxlog
:
$(OBJS)
$(CC)
$(CFLAGS)
$^
$(
libpq)
$(
LDFLAGS)
$(LIBS)
-o
$@
$(CC)
$(CFLAGS)
$^
$(LDFLAGS)
$(LIBS)
-o
$@
dirmod.c
:
% : $(top_srcdir)/src/port/%
rm
-f
$@
&&
$(LN_S)
$<
.
...
...
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