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

Commitde1af06

Browse files
committed
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.
1 parent65577dc commitde1af06

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎GNUmakefile.in

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
22
# PostgreSQL top level makefile
33
#
4-
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.13 2000/09/29 17:17:31 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.14 2000/10/02 22:21:21 petere Exp $
55
#
66

77
subdir =
@@ -29,7 +29,9 @@ distclean maintainer-clean:
2929
-$(MAKE) -C src $@
3030
-rm -f config.cache config.log config.status GNUmakefile
3131

32-
check installcheck: all
32+
check: all
33+
34+
check installcheck:
3335
$(MAKE) -C src/test $@
3436

3537
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp