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
03951987
Commit
03951987
authored
Aug 23, 2016
by
Noah Misch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build libpgfeutils before src/bin/pg_basebackup programs.
Oversight in commit
9132c014
.
parent
b6418a09
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/bin/pg_basebackup/Makefile
src/bin/pg_basebackup/Makefile
+3
-3
No files found.
src/bin/pg_basebackup/Makefile
View file @
03951987
...
@@ -23,13 +23,13 @@ OBJS=receivelog.o streamutil.o $(WIN32RES)
...
@@ -23,13 +23,13 @@ OBJS=receivelog.o streamutil.o $(WIN32RES)
all
:
pg_basebackup pg_receivexlog pg_recvlogical
all
:
pg_basebackup pg_receivexlog pg_recvlogical
pg_basebackup
:
pg_basebackup.o $(OBJS) | submake-libpq submake-libpgport
pg_basebackup
:
pg_basebackup.o $(OBJS) | submake-libpq submake-libpgport
submake-libpgfeutils
$(CC)
$(CFLAGS)
pg_basebackup.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
$(CC)
$(CFLAGS)
pg_basebackup.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
pg_receivexlog
:
pg_receivexlog.o $(OBJS) | submake-libpq submake-libpgport
pg_receivexlog
:
pg_receivexlog.o $(OBJS) | submake-libpq submake-libpgport
submake-libpgfeutils
$(CC)
$(CFLAGS)
pg_receivexlog.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
$(CC)
$(CFLAGS)
pg_receivexlog.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
pg_recvlogical
:
pg_recvlogical.o $(OBJS) | submake-libpq submake-libpgport
pg_recvlogical
:
pg_recvlogical.o $(OBJS) | submake-libpq submake-libpgport
submake-libpgfeutils
$(CC)
$(CFLAGS)
pg_recvlogical.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
$(CC)
$(CFLAGS)
pg_recvlogical.o
$(OBJS)
$(libpq_pgport)
$(LDFLAGS)
$(LDFLAGS_EX)
$(LIBS)
-o
$@$(X)
install
:
all installdirs
install
:
all installdirs
...
...
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