Home
last modified time | relevance | path

Searched refs:pound (Results 1 – 6 of 6) sorted by relevance

/linux/tools/build/
H A DBuild.include15 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/scripts/
H A DKbuild.include12 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/tools/scripts/
H A DMakefile.include226 pound := \#
/linux/lib/raid6/test/
H A DMakefile7 pound := \# macro
40 HAS_ALTIVEC := $(shell printf '$(pound)include <altivec.h>\nvector int a;\n' |\
/linux/samples/hid/
H A DMakefile6 pound := \# macro
76 HDR_PROBE := $(shell printf "$(pound)include <linux/types.h>\n struct list_head { int a; }; int main() { return 0; }" | \
/linux/
H A DMakefile714 CC_VERSION_TEXT = $(subst $(pound),,$(shell LC_ALL=C $(CC) --version 2>/dev/null | head -n 1))
715 RUSTC_VERSION_TEXT = $(subst $(pound),,$(shell $(RUSTC) --version 2>/dev/null))