Lines Matching refs:in
32 # Escape single quote for use in echo statements
109 # To address it, we clean the target in signal traps.
112 # So, we cover them, and also SIGPIPE just in case.
142 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
144 # Replace >'< with >'\''< to be able to enclose the whole string in '...'
152 # PHONY targets skipped in both cases.
156 # no more breakage will slip in.
182 # Output (listed in the order they are checked):
188 # (6) - due to target not in $(targets)
192 # (4) The command line stored in the file named dir/.target.cmd
196 # (6) No dir/.target.cmd file and target not listed in $(targets)
197 # This is a good hint that there is a bug in the kbuild file
207 - due to $(notdir $@) not in $$(targets) \
228 # we *do* need to escape any spaces in the string. So, for example:
236 # Also, if the filename is a relative filename and exists in the source
240 # Note: We also print the filenames in the quiet_cmd_foo text, and
243 # enough. It'll strip the quotes in the common case where there's no
245 # there's a space. There are some esoteric cases in which it'll print
248 # and double quotes, backslashes and spaces in the filenames.