Informational Messages (Part 3) 2-6
Message 2
'filename' is up-to-date.
Explanation: The specified target filename is no older than
any of its dependent files.
Action: NMAKE does not need to rebuild this target.
Message
3
**'file1' newer than 'file2'
Explanation: While reporting creation times of files, NMAKE notes
that file1 was created after file2.
Action: [none]
Message 5
touch
'filename'
Explanation: You specified option /t to touch targets with the current
date and time.
Action: NMAKE has updated the creation time of filename.
Message 6
'filename'
target does not exist
Explanation: The specified filename could not be found.
Action: NMAKE will rebuild the target.
[Back: Warnings (Part 2) 4001 - 4008]
[Next: Object Utility/2 Description]