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

Commit1be4390

Browse files
committed
Add installcheck-parallel target to top level makefiles.
1 parent9a8920e commit1be4390

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.44 2006/04/06 18:54:36 petere Exp $
4+
# $PostgreSQL: pgsql/GNUmakefile.in,v 1.45 2006/08/18 19:58:05 adunstan Exp $
55
#
66

77
subdir =
@@ -54,7 +54,7 @@ distclean maintainer-clean:
5454

5555
check: all
5656

57-
check installcheck:
57+
check installcheck installcheck-parallel:
5858
$(MAKE) -C src/test $@
5959

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

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# GNUmakefile won't exist yet, so we catch that case as well.
1212

1313

14-
allcheckinstallinstalldirsinstallcheckuninstalldepdependcleandistcleanmaintainer-clean:
14+
allcheckinstallinstalldirsinstallcheckinstallcheck-paralleluninstalldepdependcleandistcleanmaintainer-clean:
1515
@if [!-f GNUmakefile ];then\
1616
echo"You need to run the 'configure' program first. See the file";\
1717
echo"'INSTALL' for installation instructions.";\

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp