We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1992c3 commit 770202aCopy full SHA for 770202a
1 file changed
Makefile
@@ -1515,7 +1515,7 @@ clean: archclean vmlinuxclean resolve_btfids_clean
1515
1516
# mrproper - Delete all generated files, including .config
1517
#
1518
-mrproper: rm-files := $(wildcard $(MRPROPER_FILES))
+mrproper: rm-files := $(MRPROPER_FILES)
1519
mrproper-dirs := $(addprefix _mrproper_,scripts)
1520
1521
PHONY += $(mrproper-dirs) mrproper
0 commit comments