From e13706775f099a0d52507741e61d6f95db67929e Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Sun, 12 Sep 2010 11:22:15 +0000 Subject: [PATCH] Whitespace cleanup. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@38612 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- .../system/libroot/posix/posixtestsuite/Makefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/tests/system/libroot/posix/posixtestsuite/Makefile b/src/tests/system/libroot/posix/posixtestsuite/Makefile index 6a97924a89..5c2417293c 100644 --- a/src/tests/system/libroot/posix/posixtestsuite/Makefile +++ b/src/tests/system/libroot/posix/posixtestsuite/Makefile @@ -17,7 +17,7 @@ # Added patch from dank REMOVE-THIS AT kegel DOT com # -# Added tests timeout from Sebastien Decugis (http://nptl.bullopensource.org) +# Added tests timeout from Sebastien Decugis (http://nptl.bullopensource.org) # Expiration delay is 240 seconds TIMEOUT_VAL = 240 # The following value is the shell return value of a timedout application. @@ -43,7 +43,7 @@ PWD := $(shell pwd) TIMEOUT = $(top_builddir)/t0 $(TIMEOUT_VAL) -all: build-tests run-tests +all: build-tests run-tests build-tests: $(BUILD_TESTS:.c=.test) run-tests: $(RUN_TESTS:.test=.run-test) @@ -140,10 +140,10 @@ clean: $(top_builddir)/t0: $(top_builddir)/t0.c @echo Building timeout helper files; \ $(CC) -O2 -o $@ $< - + $(top_builddir)/t0.val: $(top_builddir)/t0 echo `$(top_builddir)/t0 0; echo $$?` > $(top_builddir)/t0.val - + %.run-test: %.sh $(top_builddir)/t0 $(top_builddir)/t0.val @COMPLOG=$(LOGFILE).$$$$; \ chmod +x $<; \ @@ -185,7 +185,7 @@ functional-make: functional-run: $(FUNCTIONAL_RUN) -$(FUNCTIONAL_RUN): +$(FUNCTIONAL_RUN): cd $@; ./run.sh cd $(PWD) @@ -196,7 +196,7 @@ stress-make: stress-run: $(STRESS_RUN) -$(STRESS_RUN): +$(STRESS_RUN): cd $@; ./run.sh cd $(PWD)