diff options
author | Roland McGrath <roland@redhat.com> | 1993-01-28 19:47:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1993-01-28 19:47:54 +0000 |
commit | 6a44c4b6725914680501938921fdb7d7d5129d07 (patch) | |
tree | 94e3b8af33f863487c70e69c559b08c828846906 /make.texinfo | |
parent | 2603a605263fb95ba9c61d3fadb72865f2941491 (diff) | |
download | gunmake-6a44c4b6725914680501938921fdb7d7d5129d07.tar.gz |
Formerly make.texinfo.~78~
Diffstat (limited to 'make.texinfo')
-rw-r--r-- | make.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/make.texinfo b/make.texinfo index 84b932c..b03ac27 100644 --- a/make.texinfo +++ b/make.texinfo @@ -5428,6 +5428,7 @@ The makefile tells @code{make} how to tell whether a target is up to date, and how to update each target. But updating the targets is not always what you want. Certain options specify other activities for @code{make}. +@comment Extra blank lines make it print better. @table @samp @item -n @itemx --just-print @@ -5437,6 +5438,7 @@ what you want. Certain options specify other activities for @code{make}. @cindex @code{--dry-run} @cindex @code{--recon} @cindex @code{-n} + ``No-op''. The activity is to print what commands would be used to make the targets up to date, but not actually execute them. @@ -5446,6 +5448,7 @@ the targets up to date, but not actually execute them. @cindex touching files @cindex target, touching @cindex @code{-t} + ``Touch''. The activity is to mark the targets as up to date without actually changing them. In other words, @code{make} pretends to compile the targets but does not really change their contents. @@ -5455,6 +5458,7 @@ the targets but does not really change their contents. @cindex @code{--question} @cindex @code{-q} @cindex question mode + ``Question''. The activity is to find out silently whether the targets are up to date already; but execute no commands in either case. In other words, neither compilation nor output will occur. @@ -5469,6 +5473,7 @@ words, neither compilation nor output will occur. @cindex @code{--new-file} @cindex what if @cindex files, assuming new + ``What if''. Each @samp{-W} flag is followed by a file name. The given files' modification times are recorded by @code{make} as being the present time, although the actual modification times remain the same. |