@@echo About to make distribution files
@end example
+Note that the start of a recipe line is interpreted differently when
+using @code{.ONESHELL} (@pxref{One Shell, ,Using One Shell}).
+
@cindex @code{-n}
@cindex @code{--just-print}
@cindex @code{--dry-run}
of the line's text (after the initial tab). The @samp{-} is discarded
before the line is passed to the shell for execution.
+Note that the beginning of a recipe line is interpreted differently when
+using @code{.ONESHELL} (@pxref{One Shell, ,Using One Shell}).
+
For example,
@example
through expansion of another variable. In the latter case you must
use the @samp{+} token to get these special effects.
+Note that the beginning of a recipe line is interpreted differently when
+using @code{.ONESHELL} (@pxref{One Shell, ,Using One Shell}).
+
Consider the command @samp{make -t} in the above example. (The
@samp{-t} option marks targets as up to date without actually running
any recipes; see @ref{Instead of Execution}.) Following the usual