Searched refs:pound (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/build/ |
D | Build.include | 15 pound := \# 47 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 51 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1))))) 66 printf '$(pound) cannot find fixdep (%s)\n' $(fixdep) > $(dot-target).cmd; \ 67 printf '$(pound) using basic dep data\n\n' >> $(dot-target).cmd; \
|
/linux-6.6.21/scripts/ |
D | Kbuild.include | 12 pound := \# 135 log_print = echo '$(pound) $(call escsq,$(or $(quiet_cmd_$1),cmd_$1 $@)$(why))'; \ 185 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file 189 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
|
/linux-6.6.21/tools/scripts/ |
D | Makefile.include | 183 pound := \#
|
/linux-6.6.21/lib/raid6/test/ |
D | Makefile | 7 pound := \# macro
|
/linux-6.6.21/samples/hid/ |
D | Makefile | 6 pound := \# macro
|
/linux-6.6.21/samples/bpf/ |
D | Makefile | 6 pound := \# macro
|
/linux-6.6.21/ |
D | Makefile | 670 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
|