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
a5a8110a
Commit
a5a8110a
authored
Jul 18, 2002
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Contrib port/ usage is same as others so no need for rules.
parent
7c5c1a2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
14 deletions
+4
-14
contrib/pg_controldata/Makefile
contrib/pg_controldata/Makefile
+2
-7
contrib/pg_resetxlog/Makefile
contrib/pg_resetxlog/Makefile
+2
-7
No files found.
contrib/pg_controldata/Makefile
View file @
a5a8110a
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.
6 2002/07/18 03:59:4
9 momjian Exp $
# $Header: /cvsroot/pgsql/contrib/pg_controldata/Attic/Makefile,v 1.
7 2002/07/18 04:33:3
9 momjian Exp $
subdir
=
contrib/pg_controldata
subdir
=
contrib/pg_controldata
top_builddir
=
../..
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
PROGRAM
=
pg_controldata
PROGRAM
=
pg_controldata
OBJS
=
pg_controldata.o pg_crc.o
$(
notdir
$(SNPRINTF)
)
OBJS
=
pg_controldata.o pg_crc.o
$(
SNPRINTF
)
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
rm
-f
$@
&&
$(LN_S)
$<
.
ifdef
SNPRINTF
$(basename $(notdir $(SNPRINTF))).c
:
$(basename $(SNPRINTF)).c
rm
-f
$@
&&
$(LN_S)
$<
.
endif
EXTRA_CLEAN
=
pg_crc.c snprintf.c
EXTRA_CLEAN
=
pg_crc.c snprintf.c
DOCS
=
README.pg_controldata
DOCS
=
README.pg_controldata
...
...
contrib/pg_resetxlog/Makefile
View file @
a5a8110a
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.
4 2002/07/18 03:59:4
9 momjian Exp $
# $Header: /cvsroot/pgsql/contrib/pg_resetxlog/Attic/Makefile,v 1.
5 2002/07/18 04:33:3
9 momjian Exp $
subdir
=
contrib/pg_resetxlog
subdir
=
contrib/pg_resetxlog
top_builddir
=
../..
top_builddir
=
../..
include
$(top_builddir)/src/Makefile.global
include
$(top_builddir)/src/Makefile.global
PROGRAM
=
pg_resetxlog
PROGRAM
=
pg_resetxlog
OBJS
=
pg_resetxlog.o pg_crc.o
$(
notdir
$(SNPRINTF)
)
OBJS
=
pg_resetxlog.o pg_crc.o
$(
SNPRINTF
)
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
pg_crc.c
:
$(top_srcdir)/src/backend/utils/hash/pg_crc.c
rm
-f
$@
&&
$(LN_S)
$<
.
rm
-f
$@
&&
$(LN_S)
$<
.
ifdef
SNPRINTF
$(basename $(notdir $(SNPRINTF))).c
:
$(basename $(SNPRINTF)).c
rm
-f
$@
&&
$(LN_S)
$<
.
endif
EXTRA_CLEAN
=
pg_crc.c snprintf.c
EXTRA_CLEAN
=
pg_crc.c snprintf.c
DOCS
=
README.pg_resetxlog
DOCS
=
README.pg_resetxlog
...
...
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