From 4c5b3df9b7ed8fe10f9f36cc488b75592a9ac68d Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 18 Feb 2008 17:27:11 +0000 Subject: Added sleep to verify script to avoid startup races. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@628827 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/cpp/examples/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'qpid/cpp/examples') diff --git a/qpid/cpp/examples/Makefile.am b/qpid/cpp/examples/Makefile.am index 9b41b130e9..d633f995a9 100644 --- a/qpid/cpp/examples/Makefile.am +++ b/qpid/cpp/examples/Makefile.am @@ -44,7 +44,9 @@ VERIFY_FILES= verify verify_all \ EXTRA_DIST=$(nobase_pkgdata_DATA) $(VERIFY_FILES) -verify: +force: + +verify: force cp $(top_srcdir)/../bin/verify $@ # Note: we don't use normal automake SUBDIRS because the example -- cgit v1.2.1