Lines Matching refs:in
32 # Escape single quote for use in echo statements
55 # - stdin is piped in from the first prerequisite ($<) so one has
71 # See documentation in Documentation/kbuild/makefiles.rst
75 # Return first <prefix> where a <prefix>gcc is found in PATH.
76 # If no gcc found in PATH with listed prefixes return nothing
207 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
209 # Replace >'< with >'\''< to be able to enclose the whole string in '...'
214 # PHONY targets skipped in both cases.
238 # Output (listed in the order they are checked):
244 # (6) - due to target not in $(targets)
248 # (4) The command line stored in the file named dir/.target.cmd
252 # (6) No dir/.target.cmd file and target not listed in $(targets)
253 # This is a good hint that there is a bug in the kbuild file
263 - due to $(notdir $@) not in $$(targets) \
284 # we *do* need to escape any spaces in the string. So, for example:
292 # Also, if the filename is a relative filename and exists in the source
296 # Note: We also print the filenames in the quiet_cmd_foo text, and
299 # enough. It'll strip the quotes in the common case where there's no
301 # there's a space. There are some esoteric cases in which it'll print
304 # and double quotes, backslashes and spaces in the filenames.