1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-21 09:57:18 +03:00

build: don't compress man page

Negligible saving and downstream, distributions usually recompress or
compress with their own specific options. Unconditionally compressing
man pages, while well intended, usually creates more hassle there.

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James 2021-12-14 11:01:19 +00:00
parent 770b7312f5
commit 0c6458da26

View File

@ -140,8 +140,6 @@ install: all
install -m 755 -d $D$(MANDIR)/man1
install -m 644 docs/mold.1 $D$(MANDIR)/man1
rm -f $D$(MANDIR)/man1/mold.1.gz
gzip -9 $D$(MANDIR)/man1/mold.1
ln -sf mold $D$(BINDIR)/ld.mold
ln -sf mold $D$(BINDIR)/ld64.mold