Merge pull request #3902 from haampie/fix/parallel-build
fix shared and tests prereqs
This commit is contained in:
commit
3dec11c669
4
Makefile
4
Makefile
|
@ -126,7 +126,7 @@ endif
|
||||||
@echo "to circumvent any install errors."
|
@echo "to circumvent any install errors."
|
||||||
@echo
|
@echo
|
||||||
|
|
||||||
shared :
|
shared : libs netlib $(RELA)
|
||||||
ifneq ($(NO_SHARED), 1)
|
ifneq ($(NO_SHARED), 1)
|
||||||
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
|
ifeq ($(OSNAME), $(filter $(OSNAME),Linux SunOS Android Haiku FreeBSD DragonFly))
|
||||||
@$(MAKE) -C exports so
|
@$(MAKE) -C exports so
|
||||||
|
@ -150,7 +150,7 @@ ifeq ($(OSNAME), CYGWIN_NT)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
tests :
|
tests : libs netlib $(RELA) shared
|
||||||
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
|
ifeq ($(NOFORTRAN), $(filter 0,$(NOFORTRAN)))
|
||||||
touch $(LIBNAME)
|
touch $(LIBNAME)
|
||||||
ifndef NO_FBLAS
|
ifndef NO_FBLAS
|
||||||
|
|
Loading…
Reference in New Issue