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

Commit6f64c2e

Browse files
committed
New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable namingof host_os, host_cpu, etc.
1 parent2a7da3f commit6f64c2e

File tree

20 files changed

+1190
-546
lines changed

20 files changed

+1190
-546
lines changed

‎GNUmakefile.in

Lines changed: 3 additions & 1 deletion
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.12 2000/09/21 20:17:41 petere Exp $
4+
# $Header: /cvsroot/pgsql/GNUmakefile.in,v 1.13 2000/09/29 17:17:31 petere Exp $
55
#
66

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

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

3335
GNUmakefile: GNUmakefile.in $(top_builddir)/config.status
3436
CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp