From: zhang jiao Date: Mon, 2 Sep 2024 04:12:40 +0000 (+0800) Subject: tools: PCI: Remove .*.cmd files with make clean X-Git-Tag: v6.12-rc1~96^2^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5dd15cce0c5426fff7b30c792d908e93646cd8c5;p=thirdparty%2Flinux.git tools: PCI: Remove .*.cmd files with make clean Remove any leftover .*.cmd files with make clean. No functional changes intended. Link: https://lore.kernel.org/linux-pci/20240902041240.5475-1-zhangjiao2@cmss.chinamobile.com Signed-off-by: zhang jiao [kwilczynski: commit log, move .*.cmd before .*.d to align with other Makefiles, don't remove the newline] Signed-off-by: Krzysztof WilczyƄski --- diff --git a/tools/pci/Makefile b/tools/pci/Makefile index 57744778b518a..62d41f1a1e2c1 100644 --- a/tools/pci/Makefile +++ b/tools/pci/Makefile @@ -42,7 +42,7 @@ $(OUTPUT)pcitest: $(PCITEST_IN) clean: rm -f $(ALL_PROGRAMS) rm -rf $(OUTPUT)include/ - find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.d' -delete + find $(or $(OUTPUT),.) -name '*.o' -delete -o -name '\.*.cmd' -delete -o -name '\.*.d' -delete install: $(ALL_PROGRAMS) install -d -m 755 $(DESTDIR)$(bindir); \