dovecot-2.0: Makefiles: Changed check-test to depend on all-am t...

dovecot at dovecot.org dovecot at dovecot.org
Mon Aug 3 20:33:59 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/1d3fbe678158
changeset: 9718:1d3fbe678158
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Aug 03 13:33:50 2009 -0400
description:
Makefiles: Changed check-test to depend on all-am to fix build dependency problems.

diffstat:

6 files changed, 6 insertions(+), 6 deletions(-)
src/dsync/Makefile.am             |    2 +-
src/lib-imap/Makefile.am          |    2 +-
src/lib-index/Makefile.am         |    2 +-
src/lib-mail/Makefile.am          |    2 +-
src/lib-storage/index/Makefile.am |    2 +-
src/lib/Makefile.am               |    2 +-

diffs (72 lines):

diff -r bfa65235e772 -r 1d3fbe678158 src/dsync/Makefile.am
--- a/src/dsync/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/dsync/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -69,7 +69,7 @@ test_dsync_proxy_server_cmd_DEPENDENCIES
 test_dsync_proxy_server_cmd_DEPENDENCIES = test-dsync-worker.o dsync-worker.o dsync-proxy.o dsync-proxy-server-cmd.o $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done
diff -r bfa65235e772 -r 1d3fbe678158 src/lib-imap/Makefile.am
--- a/src/lib-imap/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/lib-imap/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -69,7 +69,7 @@ test_imap_util_DEPENDENCIES = imap-util.
 test_imap_util_DEPENDENCIES = imap-util.lo $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done
diff -r bfa65235e772 -r 1d3fbe678158 src/lib-index/Makefile.am
--- a/src/lib-index/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/lib-index/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -90,7 +90,7 @@ test_mail_transaction_log_view_DEPENDENC
 test_mail_transaction_log_view_DEPENDENCIES = mail-transaction-log-view.lo $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done
diff -r bfa65235e772 -r 1d3fbe678158 src/lib-mail/Makefile.am
--- a/src/lib-mail/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/lib-mail/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -115,7 +115,7 @@ test_rfc2231_parser_DEPENDENCIES = rfc22
 test_rfc2231_parser_DEPENDENCIES = rfc2231-parser.lo rfc822-parser.lo $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done
diff -r bfa65235e772 -r 1d3fbe678158 src/lib-storage/index/Makefile.am
--- a/src/lib-storage/index/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/lib-storage/index/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -58,7 +58,7 @@ test_index_fetch_DEPENDENCIES = index-fe
 test_index_fetch_DEPENDENCIES = index-fetch.lo $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done
diff -r bfa65235e772 -r 1d3fbe678158 src/lib/Makefile.am
--- a/src/lib/Makefile.am	Mon Aug 03 13:32:27 2009 -0400
+++ b/src/lib/Makefile.am	Mon Aug 03 13:33:50 2009 -0400
@@ -235,7 +235,7 @@ test_lib_DEPENDENCIES = $(test_libs)
 test_lib_DEPENDENCIES = $(test_libs)
 
 check: check-am check-test
-check-test: $(test_programs)
+check-test: all-am
 	for bin in $(test_programs); do \
 	  if ! ./$$bin; then exit 1; fi; \
 	done


More information about the dovecot-cvs mailing list