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

Commit9173d75

Browse files
committed
Modify distdir rule to skip .git directory.
1 parent520c41b commit9173d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎GNUmakefile.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.49 2008/12/04 07:02:56 petere Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.50 2009/01/15 01:53:49 momjian Exp $
55
#
66

77
subdir =
@@ -117,7 +117,7 @@ postgresql-test-$(VERSION).tar: distdir
117117

118118
distdir:
119119
rm -rf $(distdir)* $(dummy)
120-
for x in `cd $(top_srcdir) && find . -name CVS -prune -o -print`; do \
120+
for x in `cd $(top_srcdir) && find .\(-name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \
121121
file=`expr X$$x : 'X\./\(.*\)'`; \
122122
if test -d "$(top_srcdir)/$$file" ; then \
123123
mkdir "$(distdir)/$$file" && chmod 777 "$(distdir)/$$file";\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp