The following error is harmless and normal. Ignore it.
$ sudo make install
fatal: unsafe repository ('/home/alx/src/linux/man-pages/man-pages' is owned by someone else)
To add an exception for this directory, call:
git config --global --add safe.directory /home/alx/src/linux/man-pages/man-pages
Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
dist := $(foreach x,$(compression),dist-$(x))
-$(DISTFILE): $(shell git ls-files) | $$(@D)/.
+$(DISTFILE): $(shell git ls-files 2>/dev/null) | $$(@D)/.
$(info TAR $@)
tar cf $@ -T /dev/null
git ls-files \