Home
last modified time | relevance | path

Searched refs:PHONY (Results 1 – 25 of 121) sorted by relevance

12345

/linux/scripts/
A DMakefile.package54 PHONY += rpm-pkg
64 PHONY += binrpm-pkg
71 PHONY += deb-pkg
80 PHONY += bindeb-pkg
85 PHONY += intdeb-pkg
91 PHONY += snap-pkg
107 PHONY += $(tar-pkgs)
139 PHONY += $(perf-tar-pkgs)
145 PHONY += help
165 .PHONY: $(PHONY)
A DMakefile.modfinal6 PHONY := __modfinal
50 newer_prereqs_except = $(filter-out $(PHONY) $(1),$?)
70 PHONY += FORCE
82 .PHONY: $(PHONY)
A DMakefile.dtbinst13 PHONY := __dtbs_install
35 PHONY += $(subdirs)
39 .PHONY: $(PHONY)
A DMakefile.clean8 PHONY := __clean
66 PHONY += $(subdir-ymn)
70 .PHONY: $(PHONY)
A DMakefile.modinst6 PHONY := __modinst
111 PHONY += FORCE
114 .PHONY: $(PHONY)
A DMakefile.modpost38 PHONY := __modpost
143 PHONY += FORCE
152 .PHONY: $(PHONY)
A DMakefile.headersinst12 PHONY := __headers
81 PHONY += FORCE
84 .PHONY: $(PHONY)
A DMakefile.asm-generic9 PHONY := all
58 .PHONY: $(PHONY)
A DKbuild.include29 real-prereqs = $(filter-out $(PHONY), $^)
131 # PHONY targets skipped in both cases.
132 newer-prereqs = $(filter-out $(PHONY),$?)
162 # (1) - due to target is PHONY
168 # (1) PHONY targets are always build
179 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
A DMakefile.build8 PHONY := __build
487 targets := $(filter-out $(PHONY), $(targets))
547 PHONY += $(subdir-ym)
557 PHONY += FORCE
579 .PHONY: $(PHONY)
/linux/arch/powerpc/
A DMakefile286 PHONY += bootwrapper_install
305 PHONY += ppc64le_defconfig
321 PHONY += mpc85xx_defconfig
341 PHONY += mpc86xx_defconfig
351 PHONY += ppc32_allmodconfig
356 PHONY += ppc_defconfig
365 PHONY += ppc64le_allnoconfig
375 PHONY += ppc32_randconfig
380 PHONY += ppc64_randconfig
407 PHONY += install
[all …]
A DMakefile.postlink8 PHONY := __archpost
44 PHONY += FORCE clean
48 .PHONY: $(PHONY)
/linux/
A DMakefile18 PHONY := __all macro
628 PHONY += all
1179 PHONY += scripts
1280 PHONY += headers
1437 PHONY += modules
1564 PHONY += help
1728 PHONY += prepare
1738 PHONY += help
1884 PHONY += nsdeps
1973 PHONY += FORCE
[all …]
/linux/tools/lib/traceevent/
A DMakefile251 PHONY += doc
255 PHONY += doc-clean
259 PHONY += doc-install
263 PHONY += doc-uninstall
267 PHONY += help
284 PHONY += plugins
288 PHONY += install_plugins
292 PHONY += clean_plugins
300 .PHONY: $(PHONY)
/linux/arch/mips/
A DMakefile.postlink9 PHONY := __archpost
40 PHONY += FORCE clean
44 .PHONY: $(PHONY)
/linux/tools/build/
A DMakefile.build12 PHONY := __build
136 PHONY += $(subdir-y)
150 PHONY += FORCE
162 .PHONY: $(PHONY)
/linux/scripts/kconfig/
A DMakefile40 PHONY += $(1)
44 PHONY += build_$(1)
50 PHONY += localmodconfig localyesconfig
74 PHONY += $(simple-targets)
79 PHONY += savedefconfig defconfig
103 PHONY += tinyconfig
109 PHONY += testconfig
/linux/arch/mips/tools/
A DMakefile3 PHONY += elf-entry
8 PHONY += loongson3-llsc-check
/linux/tools/testing/selftests/x86/
A DMakefile6 .PHONY: all all_32 all_64 warn_32bit_failure clean
46 .PHONY: $(1) $(1)_32
51 .PHONY: $(1) $(1)_64
/linux/arch/arm64/tools/
A DMakefile10 PHONY += kapi
19 $(AWK) -f $(filter-out $(PHONY),$^) > $@
/linux/tools/lib/traceevent/plugins/
A DMakefile220 PHONY += force plugins
225 .PHONY: $(PHONY)
/linux/tools/testing/selftests/sparc64/
A DMakefile7 .PHONY: all clean run_tests install
16 .PHONY: all clean
/linux/arch/riscv/
A DMakefile106 PHONY += vdso_install
142 PHONY += rv32_randconfig
147 PHONY += rv64_randconfig
/linux/arch/x86/tools/
A DMakefile2 PHONY += posttest
44 PHONY += relocs
/linux/tools/testing/selftests/bpf/
A DMakefile.docs72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1
83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7

Completed in 24 milliseconds

12345