The Windows Makefiles provide macros for various commands.
authorJeffrey Altman <jaltman@secure-endpoints.com>
Fri, 10 Jul 2009 15:16:25 +0000 (11:16 -0400)
committerJeffrey Altman <jaltman@openafs.org>
Fri, 10 Jul 2009 15:25:04 +0000 (09:25 -0600)
commit386fea8d86b6debeb81355ba9bdede83b2f7285d
treef49989f25ac4ea302e25b4708e93cf7ae6adfd71
parenta9368a6c3dfe4435ec2ae63fff4a3325104ed9f7
The Windows Makefiles provide macros for various commands.
The MKDIR macro is current assigned to mkdir which causes
the cygwin/msys mkdir.exe commands to be used instead of
the cmd.exe built-in command.  Change this to use "md" instead
so that the built-in will be used by default.

In addition, permit the macros to be overridden by the top
level NTMakefile or the environment.

LICENSE MIT

Reviewed-on: http://gerrit.openafs.org/30
Verified-by: Jeffrey Altman <jaltman@openafs.org>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
src/config/NTMakefile.amd64_w2k
src/config/NTMakefile.i386_nt40
src/config/NTMakefile.i386_w2k