Lines Matching full:make
76 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj=
78 # $(Q)$(MAKE) $(build)=dir
82 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj=
84 # $(Q)$(MAKE) $(dtbinst)=dir
88 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj=
90 # $(Q)$(MAKE) $(clean)=dir
98 # sink stdout for 'make -s'
105 # GNU Make automatically deletes the target if it has already been changed by
106 # the interrupted recipe. So, you can safely stop the build by Ctrl-C (Make
110 # $ make >&2 | tee log
111 # Make dies with SIGPIPE before cleaning the targets.
115 # Make deletes the target when it catches SIGHUP, SIGINT, SIGQUIT, SIGTERM.
137 # string if equal. User may override this check using make KBUILD_NOCMDDEP=1
145 # (needed for make)
147 # (needed for make)
150 make-cmd = $(call escsq,$(subst $(pound),$$(pound),$(subst $$,$$$$,$(cmd_$(1)))))
155 # of GNU Make.)
170 printf '%s\n' 'cmd_$@ := $(make-cmd)' > $(dot-target).cmd
177 scripts/basic/fixdep $(depfile) $@ '$(make-cmd)' > $(dot-target).cmd;\
187 # enabled by make V=2