Issue 11939

Summary: solenv/bin/mkdir.pl creates only on directory
Product: Build Tools Reporter: quetschke
Component: codeAssignee: quetschke
Status: CLOSED FIXED QA Contact: issues@tools <issues>
Severity: Trivial    
Priority: P3 CC: hans-joachim.lankenau, issues
Version: 644   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Issue Type: PATCH Latest Confirmation in: ---
Developer Difficulty: ---
Attachments:
Description Flags
Patch for solenv/bin/mkdir.pl none

Description quetschke 2003-03-01 09:34:33 UTC
The solenv/bin/mkdir.pl which is only used for Windows builds as a
substitute for mkdir only creates one, the last parameter given, directory.

This breaks the build of odk where $MKDIRHIER creates a list of directories.

And maybe other placec where the problem wasn't noticed.

A pity is that mkdir.pl is only needed to keep the cygwin b20 version usable,
the new cygwin versions don't need this script, they have a working mkdir.

The following patch enhances mkdir.pl to create multiple directories.
Comment 1 quetschke 2003-03-01 09:35:28 UTC
Created attachment 4946 [details]
Patch for solenv/bin/mkdir.pl
Comment 2 khendricks 2003-03-01 12:42:09 UTC
Hi Volker, 
 
Looks good to me and will only impact Windows so approved. 
 
Kevin 
 
Comment 3 quetschke 2003-03-02 09:05:18 UTC
Committed to cws_srx644_ooo20030309 and cws_srx644_ooo11beta.

Both Branches build successfull with this patch, closing issue ...

   Volker
Comment 4 quetschke 2003-03-08 08:51:15 UTC
Mark CLOSED