[git commit] build system: clean more files on make clean

Bernhard Reutner-Fischer rep.dot.nop at gmail.com
Wed Apr 12 18:31:44 UTC 2023


commit: https://git.busybox.net/busybox/commit/?id=7c1f975cddccff1e9705e750eed8a54131d7a392
branch: https://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Tomas Paukrt <tomaspaukrt at email.cz>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index 7b4686fc8..e67553d5f 100644
--- a/Makefile
+++ b/Makefile
@@ -967,6 +967,7 @@ endif # CONFIG_MODULES
 # Directories & files removed with 'make clean'
 CLEAN_DIRS  += $(MODVERDIR) _install 0_lib
 CLEAN_FILES +=	busybox busybox_unstripped* busybox.links \
+		busybox*.suid busybox*.nosuid \
                 System.map .kernelrelease \
                 .tmp_kallsyms* .tmp_version .tmp_busybox* .tmp_System.map
 


More information about the busybox-cvs mailing list