File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
#
2
2
# PostgreSQL top level makefile
3
3
#
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 $
5
5
#
6
6
7
7
subdir =
@@ -54,7 +54,7 @@ distclean maintainer-clean:
54
54
55
55
check: all
56
56
57
- check installcheck:
57
+ check installcheck installcheck-parallel :
58
58
$(MAKE) -C src/test $@
59
59
60
60
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
Original file line number Diff line number Diff line change 11
11
# GNUmakefile won't exist yet, so we catch that case as well.
12
12
13
13
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 :
15
15
@if [ ! -f GNUmakefile ] ; then \
16
16
echo " You need to run the 'configure' program first. See the file" ; \
17
17
echo " 'INSTALL' for installation instructions." ; \
You can’t perform that action at this time.
0 commit comments