install: consistenly output Makefile warning msgs on stderr

This commit is contained in:
Xavier Delaruelle
2020-04-12 09:59:25 +02:00
parent d9aaa588be
commit 862dfd841f

View File

@@ -455,11 +455,11 @@ ifneq ($(builddoc),n)
$(MAKE) -C doc install DESTDIR=$(DESTDIR)
else
@echo
@echo "WARNING: Documentation not built nor installed"
@echo "WARNING: Documentation not built nor installed" >&2
endif
@echo
@echo "NOTICE: Modules installation is complete."
@echo " Please read the 'Configuration' section in INSTALL guide to learn"
@echo "NOTICE: Modules installation is complete." >&2
@echo " Please read the 'Configuration' section in INSTALL guide to learn" >&2
@echo " how to adapt your installation and make it fit your needs." >&2
@echo