Chapter 9: How to Run make 109
‘--no-print-directory’
Disable printing of the working directory under -w. This option is useful when
-w is turned on automatically, but you do not want to see the extra messages.
See Section 5.7.4 [The ‘--print-directory’ Option], page 55.
‘-W file’
‘--what-if=file’
‘--new-file=file’
‘--assume-new=file’
Pretend that the target file has just been modified. When used with the ‘-n’
flag, this shows you what would happen if you were to modify that file. Without
‘-n’, it is almost the same as running a touch command on the given file
before running make, except that the modification time is changed only in the
imagination of make. See Section 9.3 [Instead of Executing Recipes], page 101.
‘--warn-undefined-variables’
Issue a warning message whenever make sees a reference to an undefined vari-
able. This can be helpful when you are trying to debug makefiles which use
variables in complex ways.
Comentários a estes Manuais