Skip to content

Commit c3e3090

Browse files
committed
auto merge of #7778 : tedhorst/rust/manuninstall, r=cmr
The new man pages: rust.1, rustdoc.1, rusti.1, and rustpkg.1 were not being removed with make uninstall.
2 parents 0ef8375 + f2ecf18 commit c3e3090

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mk/install.mk

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,11 @@ uninstall:
183183
do rm -f $$i ; \
184184
done
185185
$(Q)rm -Rf $(PHL)/rustc
186+
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rust.1
186187
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustc.1
188+
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustdoc.1
189+
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rusti.1
190+
$(Q)rm -f $(PREFIX_ROOT)/share/man/man1/rustpkg.1
187191

188192
# target platform specific variables
189193
# for arm-linux-androidabi

0 commit comments

Comments
 (0)