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

Commit7510ac6

Browse files
committed
Minor adjustments for dirmod.c.
1 parentca9540d commit7510ac6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

‎src/bin/initdb/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
66
# Portions Copyright (c) 1994, Regents of the University of California
77
#
8-
# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.42 2004/08/01 06:19:23 momjian Exp $
8+
# $PostgreSQL: pgsql/src/bin/initdb/Makefile,v 1.43 2004/08/01 06:22:38 momjian Exp $
99
#
1010
#-------------------------------------------------------------------------
1111

@@ -38,7 +38,7 @@ uninstall:
3838
rm -f$(DESTDIR)$(bindir)/initdb$(X)
3939

4040
cleandistcleanmaintainer-clean:
41-
rm -f initdb$(X)$(OBJS) exec.c
41+
rm -f initdb$(X)$(OBJS)dirmod.cexec.c
4242

4343

4444
# ensure that changes in datadir propagate into object file

‎src/bin/pg_resetxlog/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2002, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.10 2004/05/25 01:00:25 momjian Exp $
7+
# $PostgreSQL: pgsql/src/bin/pg_resetxlog/Makefile,v 1.11 2004/08/01 06:22:38 momjian Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -40,4 +40,4 @@ uninstall:
4040
rm -f$(DESTDIR)$(bindir)/pg_resetxlog$(X)
4141

4242
cleandistcleanmaintainer-clean:
43-
rm -f pg_resetxlog$(X) pg_crc.c dirmod.c exec.c$(OBJS)
43+
rm -f pg_resetxlog$(X)$(OBJS)pg_crc.c dirmod.c exec.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp