OpenAFS Master Repository branch, master, updated. 386fea8d86b6debeb81355ba9bdede83b2f7285d
Gerrit Code Review
gerrit@openafs.org
Fri, 10 Jul 2009 08:25:24 -0700 (PDT)
The following commit has been merged in the master branch:
commit 386fea8d86b6debeb81355ba9bdede83b2f7285d
Author: Jeffrey Altman <jaltman@secure-endpoints.com>
Date: Fri Jul 10 11:16:25 2009 -0400
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 | 22 ++++++++++++++++++++--
src/config/NTMakefile.i386_nt40 | 22 ++++++++++++++++++++--
src/config/NTMakefile.i386_w2k | 22 ++++++++++++++++++++--
3 files changed, 60 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository