Issue 11939 - solenv/bin/mkdir.pl creates only on directory
Summary: solenv/bin/mkdir.pl creates only on directory
Status: CLOSED FIXED
Alias: None
Product: Build Tools
Classification: Code
Component: code (show other issues)
Version: 644
Hardware: PC Windows 2000
: P3 Trivial (vote)
Target Milestone: ---
Assignee: quetschke
QA Contact: issues@tools
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-03-01 09:34 UTC by quetschke
Modified: 2003-03-08 08:51 UTC (History)
2 users (show)

See Also:
Issue Type: PATCH
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Patch for solenv/bin/mkdir.pl (800 bytes, patch)
2003-03-01 09:35 UTC, quetschke
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this issue.
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