Skip to content

Commit 397108f

Browse files
committed
serialize shared prerequisites
1 parent 281e834 commit 397108f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ LAPACK_NOOPT := $(filter-out -O0 -O1 -O2 -O3 -Ofast -O -Og -Os,$(LAPACK_FFLAGS))
4040
SUBDIRS_ALL = $(SUBDIRS) test ctest utest exports benchmark ../laswp ../bench cpp_thread_test
4141

4242
.PHONY : all libs netlib $(RELA) test ctest shared install
43-
.NOTPARALLEL : all libs $(RELA) prof lapack-test install blas-test
43+
.NOTPARALLEL : shared
4444

45-
all :: libs netlib $(RELA) tests shared
45+
all :: tests
4646
@echo
4747
@echo " OpenBLAS build complete. ($(LIB_COMPONENTS))"
4848
@echo
@@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
150150
endif
151151
endif
152152

153-
tests : libs netlib $(RELA) shared
153+
tests : shared
154154
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
155155
touch $(LIBNAME)
156156
ifndef NO_FBLAS

0 commit comments

Comments
 (0)