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

Commit9b4b8e9

Browse files
committed
Create a distclean make directive to handle cleaning out configure
generated files, that shouldn't be removed on a make cleanPointed out by half the hackers mailing list :)
1 parent3ebe69c commit9b4b8e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/GNUmakefile.in

Lines changed: 3 additions & 1 deletion
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.8 1997/02/2815:35:50 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/GNUmakefile.in,v 1.9 1997/02/2818:34:58 scrappy Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -67,6 +67,8 @@ endif
6767
ifneq ($(wildcard man), )
6868
$(MAKE) -C man clean
6969
endif
70+
71+
distclean: clean
7072
rm -f Makefile.global include/config.h GNUmakefile
7173

7274
.DEFAULT:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp