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

Commit48cf295

Browse files
committed
'make clean' should NOT remove *~ files.
1 parent135fe18 commit48cf295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2006, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.119 2006/03/05 15:59:08 momjian Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.120 2006/03/07 00:48:07 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -75,7 +75,7 @@ clean distclean:
7575
# garbage from partial builds
7676
@rm -f y.tab.c y.tab.h
7777
# garbage from development
78-
@rm -f core a.out *~ *.output *.tab.c
78+
@rm -f core a.out *.output *.tab.c
7979

8080
# `make clean' does not remove preproc.c, preproc.h, or pgc.c since we
8181
# want to ship those files in the distribution for people with

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp