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

Commit1a0bbc2

Browse files
committed
Improve comment about when to clean generated files.
1 parentb78f9b4 commit1a0bbc2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/interfaces/ecpg/preproc/Makefile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Copyright (c) 1998-2008, PostgreSQL Global Development Group
66
#
7-
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.138 2008/11/14 17:11:40 meskes Exp $
7+
# $PostgreSQL: pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.139 2008/11/14 17:18:20 tgl Exp $
88
#
99
#-------------------------------------------------------------------------
1010

@@ -77,8 +77,8 @@ clean distclean:
7777
# garbage from development
7878
@rm -f core a.out
7979

80-
# `makeclean' does not remove preproc.c, preproc.h, or pgc.c since we
81-
# want to ship those files in the distribution for people with
82-
# inadequate tools.
80+
# `makedistclean' must not remove preproc.y, preproc.c, preproc.h, or pgc.c
81+
#since wewant to ship those files in the distribution for people with
82+
# inadequate tools. Instead, `make maintainer-clean' will remove them.
8383
maintainer-clean: distclean
8484
rm -f$(srcdir)/preproc.y$(srcdir)/preproc.c$(srcdir)/preproc.h$(srcdir)/pgc.c

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp