We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 849d3ff + 0e5d076 commit c8b4deaCopy full SHA for c8b4dea
mk/install.mk
@@ -101,10 +101,10 @@ uninstall:
101
$(Q)rm -f $(PHB)/rusti$(X)
102
$(Q)rm -f $(PHB)/rustdoc$(X)
103
$(Q)rm -f $(PHL)/$(CFG_RUSTLLVM)
104
- $(Q)rm -f $(PHL)/$(CFG_FUZZER)
105
- $(Q)rm -f $(PHL)/$(CFG_CARGO)
106
- $(Q)rm -f $(PHL)/$(CFG_RUSTDOC)
107
- $(Q)rm -f $(PHL)/$(CFG_RUSTI)
+ $(Q)rm -f $(PHL)/$(CFG_LIBFUZZER)
+ $(Q)rm -f $(PHL)/$(CFG_LIBCARGO)
+ $(Q)rm -f $(PHL)/$(CFG_LIBRUSTDOC)
+ $(Q)rm -f $(PHL)/$(CFG_LIBRUSTI)
108
$(Q)rm -f $(PHL)/$(CFG_RUNTIME)
109
$(Q)for i in \
110
$(call HOST_LIB_FROM_HL_GLOB,$(CORELIB_GLOB)) \
0 commit comments