Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.420 (Entity 5.420) From: tlyu@mit.edu Subject: SVN Commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 742 pull up r20211 from trunk r20211@cathode-dark-space: jaltman | 2008-01-23 17:10:56 -0500 ticket: new subject: Windows: avoid use of cygwin mkdir and rmdir commands tags: pullup Microsoft's nmake versions 8.x and 9.x prefer executables over internal shell commands. This is a change from previous versions. Cygwin's mkdir and rmdir commands do not have the same semantics as the cmd.exe shell versions. Change the definitions of MKDIR and RMDIR to use 'md' and 'rd' in order to avoid the use of the cygwin versions. Commit By: tlyu Revision: 20232 Changed Files: _U branches/krb5-1-6/ U branches/krb5-1-6/src/windows/identity/config/Makefile.w2k U branches/krb5-1-6/src/windows/identity/config/Makefile.w32