freebsd make fix

This commit is contained in:
Edoardo Aprà 2023-04-10 04:39:52 -07:00 committed by edoapra
parent e4fcd943db
commit fec099666c

View file

@ -678,7 +678,9 @@ ifeq ($(FC),$(findstring $(FC),scorep scorep-wrapper scorep-gfortran scorep-mpif
endif
ifneq ($(V),1)
MAYBE_HOST += -q --enable-silent-rules
MAKE= make V=0
ifneq ($(GOTFREEBSD),1)
MAKE= make V=0
endif
endif
BUILDDIR = build
INSTALLDIR = install