From 871e40ea944d770d256d26bf6fe2627a252bf717 Mon Sep 17 00:00:00 2001 From: mjj29 Date: Wed, 26 Jul 2006 01:17:54 -0100 Subject: more fixes --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index 3cce34f..8925d60 100644 --- a/Makefile +++ b/Makefile @@ -116,9 +116,11 @@ check: ( dbus-daemon --config-file=tmp-session.conf --print-pid --print-address=5 --fork >pid 5>address ; \ export DBUS_SESSION_BUS_ADDRESS=$$(cat address |sed "s,\./,`pwd`/,") ;\ dbus-monitor > monitor &\ + sleep 1;\ make -sC $(SERV) cross-test-compile ;\ make -sC $(SERV) cross-test-server > $(SERV)-$(CLI).server.log &\ make -sC $(CLI) cross-test-compile ;\ + sleep 1;\ make -sC $(CLI) cross-test-client > $(SERV)-$(CLI).client.log ;\ kill $$(cat pid) ) -- cgit v1.2.3