mirror of
https://github.com/uutils/coreutils.git
synced 2026-06-10 15:48:22 -07:00
Merge pull request #2921 from tertsdiepraam/fix-make-clean
make: use "cargo clean" instead of removing the target/$profile folder
This commit is contained in:
+1
-1
@@ -313,7 +313,7 @@ busytest: $(BUILDDIR)/busybox $(addprefix test_busybox_,$(filter-out $(SKIP_UTIL
|
||||
endif
|
||||
|
||||
clean:
|
||||
$(RM) $(BUILDDIR)
|
||||
cargo clean
|
||||
cd $(DOCSDIR) && $(MAKE) clean
|
||||
|
||||
distclean: clean
|
||||
|
||||
Reference in New Issue
Block a user