meta.sys.mk: downgrade missing Filemon error to warning

Cirrus-CI was red because `make makeman` failed with a spurious "filemon
is not loaded" error.  For now just make it a warning.
This commit is contained in:
Ed Maste 2023-04-23 10:48:22 -04:00
parent 0e8953b94b
commit 390c31c428

View File

@ -188,7 +188,7 @@ META_NOECHO= :
UPDATE_DEPENDFILE= NO
.export UPDATE_DEPENDFILE
.elif ${_filemon:T} == "filemon" && !exists(${_filemon})
.error ${.newline}ERROR: The filemon module (${_filemon}) is not loaded.
.warning ${.newline}ERROR: The filemon module (${_filemon}) is not loaded.
.endif
.endif