Lines Matching full:make
79 # Note: '2>/dev/null' is here to force Make to invoke a shell. Otherwise, it
82 # GNU Make 4.2.1 release.
155 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
157 # $(Q)$(MAKE) $(build)=dir
161 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
163 # $(Q)$(MAKE) $(dtbinst)=dir
167 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
169 # $(Q)$(MAKE) $(clean)=dir
177 # sink stdout for 'make -s'
184 # GNU Make automatically deletes the target if it has already been changed by
185 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
189 # $ make >&2 | tee log
190 # Make dies with SIGPIPE before cleaning the targets.
194 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM.
216 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1
224 # (needed for make)
226 # (needed for make)
229 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
234 # of GNU Make.)
241 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd, @:)
248 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
258 # enabled by make V=2