Changes to be committed: modified: sys/winnt/Makefile.msc I've noticed odd output from some of the echo statements used in the Microsoft nmake Makefile before, but never bothered to investigate why. Pat observed that it was due to conversion of \t in the path that resulted from expansion of the target macro $@ This change uses the macro character substitution feature to convert the back slashes to forward slashes in the message, making the quirky conversion go away.
52 KiB
52 KiB