From 8877c6db51891dab188fc3d644f82d0e2ecb2af3 Mon Sep 17 00:00:00 2001 From: wernsaar Date: Wed, 14 May 2014 13:08:05 +0200 Subject: [PATCH] changed label lapack-test --- Makefile | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c2a019305..558850180 100644 --- a/Makefile +++ b/Makefile @@ -293,11 +293,8 @@ endif lapack-test : - $(MAKE) -C $(NETLIB_LAPACK_DIR) tmglib - $(MAKE) -C $(NETLIB_LAPACK_DIR)/TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintstds xlintsts xlintstz xlintstzc - @rm -f $(NETLIB_LAPACK_DIR)/TESTING/*.out - $(MAKE) -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING - $(GREP) failed $(NETLIB_LAPACK_DIR)/TESTING/*.out + make -j 1 -C $(NETLIB_LAPACK_DIR) tmglib + make -j 1 -C $(NETLIB_LAPACK_DIR)/TESTING xeigtstc xeigtstd xeigtsts xeigtstz xlintstc xlintstd xlintstds xlintstrfd xlintstrfz xlintsts xlintstz xlintstzc xlintstrfs xlintstrfc dummy :