mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
auto merge of #11459 : tedhorst/rust/uninstall_rustlib, r=alexcrichton
Update the uninstall target with the configurable rust lib directory name. cc @jhasse
This commit is contained in:
+1
-1
@@ -194,7 +194,7 @@ uninstall:
|
||||
; \
|
||||
do rm -f $$i ; \
|
||||
done
|
||||
$(Q)rm -Rf $(PHL)/rustc
|
||||
$(Q)rm -Rf $(PHL)/$(CFG_RUSTLIBDIR)
|
||||
$(Q)rm -f $(CFG_MANDIR)/man1/rustc.1
|
||||
$(Q)rm -f $(CFG_MANDIR)/man1/rustdoc.1
|
||||
$(Q)rm -f $(CFG_MANDIR)/man1/rusti.1
|
||||
|
||||
Reference in New Issue
Block a user