Searched refs:pound (Results 1 – 7 of 7) sorted by relevance
| /linux-6.15/tools/build/ |
| H A D | Build.include | 15 pound := \# 49 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 53 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 68 printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ 69 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
|
| /linux-6.15/scripts/ |
| H A D | Kbuild.include | 12 pound := \# 128 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \ 178 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 182 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
| /linux-6.15/tools/scripts/ |
| H A D | Makefile.include | 224 pound := \#
|
| /linux-6.15/lib/raid6/test/ |
| H A D | Makefile | 7 pound := \# macro
|
| /linux-6.15/samples/hid/ |
| H A D | Makefile | 6 pound := \# macro
|
| /linux-6.15/samples/bpf/ |
| H A D | Makefile | 6 pound := \# macro
|
| /linux-6.15/ |
| H A D | Makefile | 702 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1)) 703 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))
|