| /openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/health/ |
| H A D | phosphor-health-monitor_%.bbappend | 5 SRC_URI += "file://clean-up-filesystem \ 6 file://clean-up-filesystem.service \ 8 STORAGE_CRIT_TGT = "clean-up-filesystem.service" 15 clean-up-filesystem.service \ 19 …install -m 0644 ${UNPACKDIR}/clean-up-filesystem.service ${D}${systemd_system_unitdir}/clean-up-fi… 21 install -m 0755 ${UNPACKDIR}/clean-up-filesystem ${D}${libexecdir}/${PN}/
|
| /openbmc/qemu/tests/ |
| H A D | Makefile.include | 41 CLEAN_TCG_TARGET_RULES=$(patsubst %,clean-tcg-tests-%, $(TCG_TESTS_TARGETS)) 60 .PHONY: $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%) 61 $(TCG_TESTS_TARGETS:%=clean-tcg-tests-%): clean-tcg-tests-%: 63 $(MAKE) -C tests/tcg/$* $(SUBDIR_MAKEFLAGS) clean, \ 79 .PHONY: clean-tcg 80 clean-tcg: $(CLEAN_TCG_TARGET_RULES) 120 .PHONY: check check-clean 125 check-clean: 128 clean: check-clean clean-tcg
|
| /openbmc/qemu/util/ |
| H A D | qemu-co-timeout.c | 35 CleanupFunc *clean; member 47 if (s->clean) { in qemu_co_timeout_entry() 48 s->clean(s->opaque); in qemu_co_timeout_entry() 58 uint64_t timeout_ns, CleanupFunc clean) in qemu_co_timeout() argument 72 .clean = clean in qemu_co_timeout()
|
| H A D | transactions.c | 71 if (act->drv->clean) { in tran_abort() 72 act->drv->clean(act->opaque); in tran_abort() 92 if (act->drv->clean) { in tran_commit() 93 act->drv->clean(act->opaque); in tran_commit()
|
| /openbmc/u-boot/scripts/ |
| H A D | Makefile.clean | 45 $(always) $(targets) $(clean-files) \ 49 __clean-files := $(filter-out $(no-clean-files), $(__clean-files)) 62 $(addprefix $(obj)/, $(filter-out $(objtree)/%, $(clean-dirs))) \ 63 $(filter $(objtree)/%, $(clean-dirs))) 75 +$(call cmd,clean) 92 $(Q)$(MAKE) $(clean)=$@
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/lockdev/lockdev/ |
| H A D | build.patch | 29 .PHONY: clean distclean perl-clean mostyclean 30 perl-clean: clean
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/raspidmx/raspidmx/ |
| H A D | 0002-add-install-targets-to-Makefiles.patch | 35 clean: 36 for target in $(TARGETS); do ($(MAKE) -C $$target clean); done 50 clean: 63 clean: 77 clean: 92 clean: 107 clean: 122 clean: 137 clean: 152 clean: [all …]
|
| H A D | 0007-Makefile-reorganize.patch | 17 To clean simply invoke: make TARGET=clean 40 +.PHONY: all lib install clean $(TARGETS) 50 -clean: 51 - for target in $(TARGETS); do ($(MAKE) -C $$target clean); done
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-core/emlog/files/ |
| H A D | 0001-Remove-modules_clean-from-clean-target.patch | 4 Subject: [PATCH] Remove modules_clean from clean target 7 Since OE will run 'make clean' before reconfiguring, this 26 -clean: modules_clean nbcat_clean mkemlog_clean 27 +clean: nbcat_clean mkemlog_clean
|
| /openbmc/openbmc/poky/scripts/ |
| H A D | test-reexec | 71 …clean|build|cleansstate|cleanall|package|cleansstate2|package_write|package_write_ipk|package_writ… 85 bitbake $target -c clean > $LOGS/clean.$target.$task 91 bitbake $target -c clean > $LOGS/clean.$target.$task
|
| H A D | clean-hashserver-database | 15 [--mark value] [--clean-db] [--threshold-age seconds] 26 --clean-db) Remove all unmarked and unused entries from the database 39 --clean-db) CLEAN_DB="true";; 76 $BB_HASHCLIENT --address "$BB_HASHSERVER" clean-unused "$THRESHOLD_AGE"
|
| /openbmc/hiomapd/ |
| H A D | Makefile.am | 35 clean-local: code-coverage-clean 36 distclean-local: code-coverage-dist-clean 57 cscope.files: clean-cscope cscopelist-unique
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/uml-utilities/uml-utilities-20040406/ |
| H A D | fix-ldflags.patch | 17 clean : 29 clean : 57 clean : 69 clean : 81 clean : 93 clean : 105 clean :
|
| /openbmc/openbmc/meta-google/recipes-phosphor/initrdscripts/ |
| H A D | obmc-phosphor-initfs.bbappend | 11 SRC_URI:append:gbmc:dev = " file://rwfs-clean-dev.patch" 12 SRC_URI:remove:gbmc:mfg = " file://rwfs-clean-dev.patch" 14 # Required for the clean-dev patch to detect version changes 18 echo "clean-rwfs-filesystem" > ${D}/init-options-base
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/nv-codec-headers/nv-codec-headers/ |
| H A D | 0001-Makefile-add-clean-target.patch | 4 Subject: [PATCH] Makefile: add clean target 21 +clean: uninstall 23 +.PHONY: all clean install uninstall
|
| /openbmc/qemu/pc-bios/vof/ |
| H A D | Makefile | 26 clean: target 29 distclean: clean 31 .PHONY: all clean distclean
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/indent/indent/ |
| H A D | 0001-Makefile.am-remove-regression-dir.patch | 23 distclean: clean 25 maintainer-clean: clean 29 clean:
|
| /openbmc/inarp/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/openpower-dbus-interfaces/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/openpower-sbe-interface/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/phosphor-event/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/ibm-dbus-interfaces/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/ibm-logging/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/openpower-host-ipmi-oem/ |
| H A D | bootstrap.sh | 8 clean) 9 test -f Makefile && make maintainer-clean
|
| /openbmc/qemu/python/ |
| H A D | Makefile | 123 .PHONY: clean 124 clean: target 125 python3 setup.py clean --all 129 distclean: clean
|