From: Jeffrey Altman Date: Fri, 10 Jul 2009 15:42:17 +0000 (-0400) Subject: Modify Windows top-level NTMakefile to use "md" instead of "mkdir" X-Git-Tag: openafs-devel-1_5_61~163 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=79316efa84daead80c8cb8e28ebc3530768a6da7;p=packages%2Fo%2Fopenafs.git Modify Windows top-level NTMakefile to use "md" instead of "mkdir" Now that src/config/NTMakefile. actually uses the override value. Lets fix the definition of MKDIR to avoid the Unix style executables. LICENSE MIT Reviewed-on: http://gerrit.openafs.org/31 Verified-by: Jeffrey Altman Reviewed-by: Jeffrey Altman --- diff --git a/src/NTMakefile b/src/NTMakefile index 15ec10853..fbe037391 100644 --- a/src/NTMakefile +++ b/src/NTMakefile @@ -36,7 +36,7 @@ WIXCYGOPT= !ENDIF CD = cd -MKDIR = mkdir +MKDIR = md NTMAKE = nmake /nologo /f ntmakefile install NTMAKELANG = nmake /nologo /f ntmakefile en_US