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

Commita4c18f5

Browse files
committed
Make sure anything configure related is removed on a distclean
1 parent9b4b8e9 commita4c18f5

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

‎src/GNUmakefile.in

Lines changed: 13 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.9 1997/02/28 18:34:58 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.10 1997/02/28 18:45:17 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -69,7 +69,18 @@ ifneq ($(wildcard man), )
6969
endif
7070

7171
distclean: clean
72-
rm -f Makefile.global include/config.h GNUmakefile
72+
rm -f Makefile.global \
73+
config.cache \
74+
config.status \
75+
config.log \
76+
GNUmakefile \
77+
Makefile.global \
78+
backend/port/Makefile \
79+
bin/psql/Makefile \
80+
bin/pg_dump/Makefile \
81+
include/config.h \
82+
include/os.h
83+
7384

7485
.DEFAULT:
7586
@if test $(PORTNAME) = UNDEFINED; then \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp