Searched refs:PHONY (Results 1 – 25 of 125) sorted by relevance
12345
/linux/scripts/ |
H A D | Makefile.package | 15 PHONY += check-git 56 PHONY += rpm-sources 63 PHONY += rpm-pkg srcrpm-pkg binrpm-pkg 90 PHONY += linux.tar.unsupported-deb-src-compress 105 PHONY += debian-orig 117 PHONY += deb-pkg srcdeb-pkg bindeb-pkg 137 PHONY += snap-pkg 152 PHONY += pacman-pkg 181 PHONY += dir-pkg 185 PHONY += tar-pkg [all …]
|
H A D | Makefile.modfinal | 6 PHONY := __modfinal 47 newer_prereqs_except = $(filter-out $(PHONY) $(1),$?) 66 PHONY += FORCE 78 .PHONY: $(PHONY)
|
H A D | Makefile.vdsoinst | 6 PHONY := __default 41 PHONY += FORCE 44 .PHONY: $(PHONY)
|
H A D | Makefile.clean | 8 PHONY := __clean 59 PHONY += $(subdir-ymn) 63 .PHONY: $(PHONY)
|
H A D | Makefile.dtbinst | 11 PHONY := __dtbs_install 43 .PHONY: $(PHONY)
|
H A D | Makefile.vmlinux_o | 3 PHONY := __default 96 PHONY += FORCE 108 .PHONY: $(PHONY)
|
H A D | Makefile.vmlinux | 3 PHONY := __default 103 PHONY += FORCE 115 .PHONY: $(PHONY)
|
H A D | Makefile.headersinst | 12 PHONY := __headers 81 PHONY += FORCE 84 .PHONY: $(PHONY)
|
H A D | Makefile.asm-headers | 13 PHONY := all 98 PHONY += FORCE 106 .PHONY: $(PHONY)
|
H A D | Kbuild.include | 53 real-prereqs = $(filter-out $(PHONY), $^) 148 $(if $(filter-out $(PHONY), $@), \ 185 # PHONY targets skipped in both cases. 188 newer-prereqs = $(filter-out $(PHONY),$?) 220 # (1) - due to target is PHONY 226 # (1) PHONY targets are always build 237 $(if $(filter $@, $(PHONY)),- due to target is PHONY, \
|
/linux/ |
H A D | Makefile | 22 PHONY := __all macro 244 PHONY += $(MAKECMDGOALS) __sub-make 366 PHONY += $(MAKECMDGOALS) __build_one_by_one 645 PHONY += scripts_basic 649 PHONY += outputmakefile 743 PHONY += all 845 PHONY += $(objtree)/include/config/auto.conf 1168 PHONY += prepare0 1210 PHONY += vmlinux_o 1217 PHONY += vmlinux [all …]
|
/linux/arch/mips/ |
H A D | Makefile.postlink | 9 PHONY := __archpost 37 PHONY += FORCE clean 41 .PHONY: $(PHONY)
|
/linux/tools/verification/dot2/ |
H A D | Makefile | 11 .PHONY: all 14 .PHONY: clean 17 .PHONY: install
|
/linux/tools/build/ |
H A D | Makefile.build | 12 PHONY := __build 135 PHONY += $(subdir-y) 149 PHONY += FORCE 161 .PHONY: $(PHONY)
|
H A D | Build.include | 57 # PHONY targets skipped in both cases. 58 any-prereq = $(filter-out $(PHONY),$?) $(filter-out $(PHONY) $(wildcard $^),$^)
|
/linux/scripts/package/debian/ |
H A D | rules | 58 .PHONY: $(binary-targets) 63 .PHONY: binary binary-indep binary-arch 69 .PHONY: build build-indep build-arch 76 .PHONY: clean
|
/linux/arch/mips/tools/ |
H A D | Makefile | 3 PHONY += elf-entry 8 PHONY += loongson3-llsc-check
|
/linux/arch/s390/tools/ |
H A D | Makefile | 9 PHONY += kapi 30 PHONY += relocs
|
/linux/tools/testing/selftests/x86/ |
H A D | Makefile | 6 .PHONY: all all_32 all_64 warn_32bit_failure clean 54 .PHONY: $(1) $(1)_32 59 .PHONY: $(1) $(1)_64
|
/linux/tools/testing/selftests/sparc64/ |
H A D | Makefile | 7 .PHONY: all clean run_tests install 16 .PHONY: all clean
|
/linux/arch/powerpc/ |
H A D | Makefile | 231 PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2) 241 PHONY += bootwrapper_install 348 PHONY += $(generated_configs) 375 PHONY += install 402 PHONY += stack_protector_prepare 415 PHONY += checkbin
|
/linux/arch/riscv/ |
H A D | Makefile | 209 PHONY += rv32_randconfig 214 PHONY += rv64_randconfig 219 PHONY += rv32_defconfig 223 PHONY += rv32_nommu_virt_defconfig
|
/linux/tools/testing/selftests/bpf/ |
H A D | Makefile.docs | 66 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1 77 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
|
/linux/arch/x86/tools/ |
H A D | Makefile | 2 PHONY += posttest 44 PHONY += relocs
|
/linux/arch/arc/ |
H A D | Makefile | 96 PHONY += $(boot_targets) 104 PHONY += uImage
|
12345