freebsd make fix

This commit is contained in:
Edoardo Aprà 2023-04-10 04:39:52 -07:00 committed by GitHub
parent e32c5975cf
commit 15bce44e61
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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