From e1ca7adb66933ecbec6a8277c83c5b66bd60bd8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Thu, 13 Feb 2020 11:43:14 +0100 Subject: [PATCH] print "SUCCESS" message on installation success Closes: https://github.com/umlaeute/v4l2loopback/issues/122 Closes: https://github.com/umlaeute/v4l2loopback/issues/139 Closes: https://github.com/umlaeute/v4l2loopback/issues/149 Closes: https://github.com/umlaeute/v4l2loopback/issues/226 Closes: https://github.com/umlaeute/v4l2loopback/issues/230 --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index e0a013bc..1e8b4332 100644 --- a/Makefile +++ b/Makefile @@ -45,6 +45,9 @@ v4l2loopback.ko: install-all: install install-utils install-man install: $(MAKE) -C $(KERNEL_DIR) M=$(PWD) modules_install + @echo "" + @echo "SUCCESS (if you got 'SSL errors' above, you can safely ignore them)" + @echo "" install-utils: utils/v4l2loopback-ctl $(INSTALL_DIR) "$(DESTDIR)$(BINDIR)"