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

Commit0aa544e

Browse files
committed
make distclean missed a few symlinks created by configure.
1 parentfa179dd commit0aa544e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎src/GNUmakefile.in

Lines changed: 6 additions & 2 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.41 1998/10/18 04:16:07 momjian Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.42 1999/07/01 00:06:28 tgl Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

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

7070
distclean: clean
71-
# The second group of files comes fromconfigure.in
71+
#Remove files and symlinks created byconfigure script
7272
rm -f \
7373
Makefile.port \
7474
config.cache \
@@ -80,6 +80,10 @@ distclean: clean
8080
backend/port/tas.s \
8181
backend/port/dynloader.c \
8282
backend/utils/Gen_fmgrtab.sh \
83+
interfaces/odbc/port \
84+
interfaces/odbc/makefiles \
85+
interfaces/odbc/template \
86+
interfaces/odbc/config.h \
8387
\
8488
\
8589
\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp