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
cdfc54db
Commit
cdfc54db
authored
Aug 17, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken Makefiles.
parent
d383b734
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
src/bin/Makefile
src/bin/Makefile
+2
-2
src/bin/pg_controldata/Makefile
src/bin/pg_controldata/Makefile
+5
-5
src/bin/pg_resetxlog/Makefile
src/bin/pg_resetxlog/Makefile
+5
-5
No files found.
src/bin/Makefile
View file @
cdfc54db
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
# Portions Copyright (c) 1994, Regents of the University of California
# Portions Copyright (c) 1994, Regents of the University of California
#
#
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.3
6 2002/06/20 20:29:41 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.3
7 2002/08/17 04:03:35 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,7 +14,7 @@ top_builddir = ../..
...
@@ -14,7 +14,7 @@ top_builddir = ../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
DIRS
:=
initdb initlocation ipcclean pg_ctl pg_dump pg_id
\
DIRS
:=
initdb initlocation ipcclean pg_ctl pg_dump pg_id
\
psql scripts pg_config
psql scripts pg_config
pg_controldata pg_resetxlog
ifdef
MULTIBYTE
ifdef
MULTIBYTE
DIRS
+=
pg_encoding
DIRS
+=
pg_encoding
...
...
src/bin/pg_controldata/Makefile
View file @
cdfc54db
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#
#
# Makefile for src/bin/pg_controldata
# Makefile for src/bin/pg_controldata
#
#
# Copyright (c) 1998, PostgreSQL Global Development Group
# Copyright (c) 1998
-2002
, PostgreSQL Global Development Group
#
#
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/Makefile,v 1.
2 2002/08/17 02:43:08 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/Makefile,v 1.
3 2002/08/17 04:03:35 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
...
@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
OBJS
=
pg_controldata.o pg_crc.o
OBJS
=
pg_controldata.o pg_crc.o
pg_crc.c
:
$(top_builddir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
all
:
submake-libpgport pg_controldata
all
:
submake-libpgport pg_controldata
pg_controldata
:
$(OBJS)
pg_controldata
:
$(OBJS)
$(CC)
$(CFLAGS)
$^
$(libpq)
$(LDFLAGS)
$(LIBS)
-o
$@
$(CC)
$(CFLAGS)
$^
$(libpq)
$(LDFLAGS)
$(LIBS)
-o
$@
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
install
:
all installdirs
install
:
all installdirs
$(INSTALL_PROGRAM)
pg_controldata
$(X)
$(DESTDIR)$(bindir)
/pg_controldata
$(X)
$(INSTALL_PROGRAM)
pg_controldata
$(X)
$(DESTDIR)$(bindir)
/pg_controldata
$(X)
...
...
src/bin/pg_resetxlog/Makefile
View file @
cdfc54db
...
@@ -2,9 +2,9 @@
...
@@ -2,9 +2,9 @@
#
#
# Makefile for src/bin/pg_resetxlog
# Makefile for src/bin/pg_resetxlog
#
#
# Copyright (c) 1998, PostgreSQL Global Development Group
# Copyright (c) 1998
-2002
, PostgreSQL Global Development Group
#
#
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/Makefile,v 1.
1 2002/08/17 02:44:24 momjian
Exp $
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/Makefile,v 1.
2 2002/08/17 04:03:36 tgl
Exp $
#
#
#-------------------------------------------------------------------------
#-------------------------------------------------------------------------
...
@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
...
@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
OBJS
=
pg_resetxlog.o pg_crc.o
OBJS
=
pg_resetxlog.o pg_crc.o
pg_crc.c
:
$(top_builddir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
all
:
submake-libpgport pg_resetxlog
all
:
submake-libpgport pg_resetxlog
pg_resetxlog
:
$(OBJS)
pg_resetxlog
:
$(OBJS)
$(CC)
$(CFLAGS)
$^
$(libpq)
$(LDFLAGS)
$(LIBS)
-o
$@
$(CC)
$(CFLAGS)
$^
$(libpq)
$(LDFLAGS)
$(LIBS)
-o
$@
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
install
:
all installdirs
install
:
all installdirs
$(INSTALL_PROGRAM)
pg_resetxlog
$(X)
$(DESTDIR)$(bindir)
/pg_resetxlog
$(X)
$(INSTALL_PROGRAM)
pg_resetxlog
$(X)
$(DESTDIR)$(bindir)
/pg_resetxlog
$(X)
...
...
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