Lines Matching refs:in
30 # Escape single quote for use in echo statements
53 # - stdin is piped in from the first prerequisite ($<) so one has
70 # See documentation in Documentation/kbuild/makefiles.txt
74 # Return first prefix where a prefix$(CC) is found in PATH.
75 # If no $(CC) found in PATH with listed prefixes return nothing
301 # Replace >#< with >\#< to avoid starting a comment in the .cmd file
303 # Replace >'< with >'\''< to be able to enclose the whole string in '...'
308 # PHONY targets skipped in both cases.
334 # See also __KSYM_DEPS__ in include/linux/export.h.
339 case "$(1)" in \
368 # Output (listed in the order they are checked):
374 # (6) - due to target not in $(targets)
378 # (4) The command line stored in the file named dir/.target.cmd
382 # (6) No dir/.target.cmd file and target not listed in $(targets)
383 # This is a good hint that there is a bug in the kbuild file
393 - due to $(notdir $@) not in $$(targets) \
414 # we *do* need to escape any spaces in the string. So, for example:
422 # Also, if the filename is a relative filename and exists in the source
426 # Note: We also print the filenames in the quiet_cmd_foo text, and
429 # enough. It'll strip the quotes in the common case where there's no
431 # there's a space. There are some esoteric cases in which it'll print
434 # and double quotes, backslashes and spaces in the filenames.