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

Commit2bb38b5

Browse files
committed
Fix for GNUmakefile and stupid cruft I forgot in there.
1 parentaf8df21 commit2bb38b5

File tree

2 files changed

+23
-25
lines changed

2 files changed

+23
-25
lines changed

‎src/GNUmakefile.in

Lines changed: 22 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.36 1998/10/16 17:00:42 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.37 1998/10/17 02:36:11 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -68,44 +68,42 @@ clean:
6868
$(MAKE) -C ../contrib/spi clean
6969

7070
distclean: clean
71-
rm -f Makefile.global \
71+
# The second group of files comes from configure.in
72+
rm -f
73+
Makefile.port
7274
config.cache \
7375
config.status \
7476
config.log \
75-
GNUmakefile \
76-
Makefile.global \
77-
backend/port/Makefile \
78-
bin/psql/Makefile \
79-
bin/pgtclsh/mkMakefile.tcltkdefs.sh \
80-
bin/pgtclsh/Makefile.tcltkdefs \
81-
82-
? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh
83-
? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh.in
84-
? pgsql/src/bin/pgtclsh/mkMakefile.tcldefs.sh.in
85-
? pgsql/src/bin/pgtclsh/mkMakefile.tkdefs.sh
86-
? pgsql/src/bin/pgtclsh/Makefile.tkdefs
87-
? pgsql/src/bin/pgtclsh/Makefile.
88-
89-
bin/pg_dump/Makefile \
90-
bin/pg_version/Makefile \
9177
include/config.h \
9278
include/dynloader.h \
9379
include/os.h \
94-
include/version.h \
9580
backend/port/tas.s \
9681
backend/port/dynloader.c \
9782
backend/utils/Gen_fmgrtab.sh \
98-
interfaces/ecpg/lib/Makefile \
83+
\
84+
\
85+
\
86+
GNUmakefile \
87+
Makefile.global \
88+
backend/port/Makefile \
89+
backend/catalog/genbki.sh \
90+
backend/utils/Gen_fmgrtab.sh \
91+
bin/pg_dump/Makefile \
92+
bin/pg_version/Makefile \
93+
bin/psql/Makefile \
94+
bin/pgtclsh/mkMakefile.tcldefs.sh \
95+
bin/pgtclsh/mkMakefile.tkdefs.sh \
96+
include/version.h \
9997
interfaces/libpq/Makefile \
98+
interfaces/ecpg/lib/Makefile \
10099
interfaces/libpq++/Makefile \
101100
interfaces/libpgtcl/Makefile \
102-
interfaces/odbc/Makefile.global \
103101
interfaces/odbc/GNUmakefile \
102+
interfaces/odbc/Makefile.global \
103+
interfaces/perl5/Makefile.PL \
104104
pl/plpgsql/src/Makefile \
105105
pl/plpgsql/src/mklang.sql \
106-
pl/tcl/mkMakefile.tcldefs.sh \
107-
Makefile.port
108-
106+
pl/tcl/mkMakefile.tcldefs.sh
109107

110108
.DEFAULT:
111109
$(MAKE) -C lextest $@

‎src/interfaces/perl5/Makefile.PL

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Generated automatically from Makefile.PL.in by configure.
22
#-------------------------------------------------------
33
#
4-
# $Id: Makefile.PL,v 1.11 1998/10/16 17:00:44 momjian Exp $
4+
# $Id: Makefile.PL,v 1.12 1998/10/17 02:36:13 momjian Exp $
55
#
66
# Copyright (c) 1997, 1998 Edmund Mergl
77
#

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp