Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1be4390

Browse files
committed
Add installcheck-parallel target to top level makefiles.
1 parent 9a8920e commit 1be4390

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-
all check install installdirs installcheck uninstall dep depend clean distclean maintainer-clean:
14+
all check install installdirs installcheck installcheck-parallel uninstall dep depend clean distclean maintainer-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)