Lines Matching refs:in
56 # Escape single quote for use in echo statements
141 # To address it, we clean the target in signal traps.
144 # So, we cover them, and also SIGPIPE just in case.
178 # Replace >#< with >$(pound)< to avoid starting a comment in the .cmd file
180 # Replace >'< with >'\''< to be able to enclose the whole string in '...'
185 # PHONY targets skipped in both cases.
191 # no more breakage will slip in.
219 # Output (listed in the order they are checked):
225 # (6) - due to target not in $(targets)
229 # (4) The command line stored in the file named dir/.target.cmd
233 # (6) No dir/.target.cmd file and target not listed in $(targets)
234 # This is a good hint that there is a bug in the kbuild file
244 - due to $(notdir $@) not in $$(targets) \
264 # Make 4.4 introduced .NOTINTERMEDIATE, and it appears in .FEATURES, but the