Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcdfc54d

Browse files
committed
Fix broken Makefiles.
1 parentd383b73 commitcdfc54d

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

‎src/bin/Makefile‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.36 2002/06/20 20:29:41 momjian Exp $
8+
# $Header: /cvsroot/pgsql/src/bin/Makefile,v 1.37 2002/08/17 04:03:35 tgl Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -14,7 +14,7 @@ top_builddir = ../..
1414
include$(top_builddir)/src/Makefile.global
1515

1616
DIRS := initdb initlocation ipcclean pg_ctl pg_dump pg_id\
17-
psql scripts pg_config
17+
psql scripts pg_config pg_controldata pg_resetxlog
1818

1919
ifdefMULTIBYTE
2020
DIRS += pg_encoding

‎src/bin/pg_controldata/Makefile‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/bin/pg_controldata
44
#
5-
# Copyright (c) 1998, PostgreSQL Global Development Group
5+
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
66
#
7-
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/Makefile,v 1.2 2002/08/1702:43:08 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/bin/pg_controldata/Makefile,v 1.3 2002/08/1704:03:35 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
1414

1515
OBJS= pg_controldata.o pg_crc.o
1616

17-
pg_crc.c:$(top_builddir)/src/backend/utils/hash/pg_crc.c
18-
rm -f$@&&$(LN_S)$<.
19-
2017
all: submake-libpgport pg_controldata
2118

2219
pg_controldata:$(OBJS)
2320
$(CC)$(CFLAGS)$^$(libpq)$(LDFLAGS)$(LIBS) -o$@
2421

22+
pg_crc.c:$(top_srcdir)/src/backend/utils/hash/pg_crc.c
23+
rm -f$@&&$(LN_S)$<.
24+
2525
install: all installdirs
2626
$(INSTALL_PROGRAM) pg_controldata$(X)$(DESTDIR)$(bindir)/pg_controldata$(X)
2727

‎src/bin/pg_resetxlog/Makefile‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
#
33
# Makefile for src/bin/pg_resetxlog
44
#
5-
# Copyright (c) 1998, PostgreSQL Global Development Group
5+
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
66
#
7-
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/Makefile,v 1.1 2002/08/1702:44:24 momjian Exp $
7+
# $Header: /cvsroot/pgsql/src/bin/pg_resetxlog/Makefile,v 1.2 2002/08/1704:03:36 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -14,14 +14,14 @@ include $(top_builddir)/src/Makefile.global
1414

1515
OBJS= pg_resetxlog.o pg_crc.o
1616

17-
pg_crc.c:$(top_builddir)/src/backend/utils/hash/pg_crc.c
18-
rm -f$@&&$(LN_S)$<.
19-
2017
all: submake-libpgport pg_resetxlog
2118

2219
pg_resetxlog:$(OBJS)
2320
$(CC)$(CFLAGS)$^$(libpq)$(LDFLAGS)$(LIBS) -o$@
2421

22+
pg_crc.c:$(top_srcdir)/src/backend/utils/hash/pg_crc.c
23+
rm -f$@&&$(LN_S)$<.
24+
2525
install: all installdirs
2626
$(INSTALL_PROGRAM) pg_resetxlog$(X)$(DESTDIR)$(bindir)/pg_resetxlog$(X)
2727

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp