win32.mak: fix target checkwhitespace#6862
Conversation
… files, add more files to be checked
Why would the tools directory exist but not contain a |
The git command is executed unconditionally by DM make and fails if the directory exists and is non-empty. Ignoring the result forwards the error checking to the compilation of checkwhitespace.d: if it actually doesn't exist dmd will complain. |
Huh, is that so? Since the |
|
Every other make behaves as expected, but not the Digital Mars version: |
|
Huh. Well, thanks for the clarification. |
Current version fails if the tools folder already exists:
Also removes references to non-existing files and adds more files to be checked.