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

Commit3a00c0a

Browse files
committed
Be able to easily figure out the target directory of "make dist".
1 parent3718b0c commit3a00c0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

‎GNUmakefile.in

Lines changed: 4 additions & 1 deletion
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.52 2009/08/09 22:47:58 petere Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.53 2009/08/14 21:37:18 alvherre Exp $
55
#
66

77
subdir =
@@ -99,6 +99,9 @@ postgresql-opt-$(VERSION).tar: distdir
9999
postgresql-test-$(VERSION).tar: distdir
100100
$(TAR) cf $@ $(distdir)/src/test
101101

102+
distdir-location:
103+
@echo $(distdir)
104+
102105
distdir:
103106
rm -rf $(distdir)* $(dummy)
104107
for x in `cd $(top_srcdir) && find . \( -name CVS -prune \) -o \( -name .git -prune \) -o -print`; do \

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp