Searched refs:clean (Results 1 – 11 of 11) sorted by relevance
/busybox-1.35.0/scripts/ |
D | Makefile.clean | 13 clean := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.clean obj 44 $(targets) $(clean-files) \ 59 $(addprefix $(obj)/, $(filter-out /%, $(clean-dirs))) \ 60 $(filter /%, $(clean-dirs))) 72 +$(call cmd,clean) 77 ifneq ($(strip $(clean-rule)),) 78 +$(clean-rule) 92 $(Q)$(MAKE) $(clean)=$@
|
D | Kbuild.src | 6 # Let clean descend into subdirs
|
D | test_make_clean | 11 make clean
|
/busybox-1.35.0/ |
D | Makefile | 394 no-dot-config-targets := clean mrproper distclean \ 992 clean: rm-dirs := $(CLEAN_DIRS) target 993 clean: rm-files := $(CLEAN_FILES) target 994 clean-dirs := $(addprefix _clean_,$(srctree) $(busybox-alldirs)) 996 PHONY += $(clean-dirs) clean archclean 997 $(clean-dirs): 998 $(Q)$(MAKE) $(clean)=$(patsubst _clean_%,%,$@) 1000 clean: archclean $(clean-dirs) target 1008 PHONY += doc-clean 1009 doc-clean: rm-files := docs/busybox.pod \ [all …]
|
D | TODO | 151 This could clean up tar and zip, and make it cheaper to add cpio and ar 170 we can yank those #ifdefs too, and generally clean up the code. 198 exit() to clean up for us. But new infrastructure to auto-free stuff would
|
D | Config.in | 336 space since the OS will clean up for us, but it can confuse debuggers 339 Don't enable this unless you have a really good reason to clean
|
/busybox-1.35.0/examples/ |
D | busybox.spec | 93 make clean 107 %clean
|
/busybox-1.35.0/util-linux/ |
D | mkfs_ext2.txt | 19 Filesystem state: clean Filesystem state: c…
|
/busybox-1.35.0/scripts/kconfig/ |
D | Makefile | 139 clean-files := lkc_defs.h qconf.moc .tmp_qtcheck \
|
/busybox-1.35.0/docs/ |
D | style-guide.txt | 566 global name space clean. The only exception to this rule is the "applet_main" 665 /* clean up */
|
/busybox-1.35.0/libbb/ |
D | Config.src | 238 Probably by the time when busybox will be fully Unicode-clean,
|