Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Date: Sat, 27 Jan 2001 11:28:48 -0500
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Cc: klaus.berndl@sdm.de
Subject: Re: Bug in mkdir ?
Message-ID: <20010127112848.A31441@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com, klaus.berndl@sdm.de
References: <C9A98ED35114D31197D000805FEA668E027B18C6@mucexch.muc.sdm.de> <20010127112449.E31088@redhat.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: 8bit
User-Agent: Mutt/1.3.11i
In-Reply-To: <20010127112449.E31088@redhat.com>; from cgf@redhat.com on Sat, Jan 27, 2001 at 11:24:49AM -0500

On Sat, Jan 27, 2001 at 11:24:49AM -0500, Christopher Faylor wrote:
>On Sat, Jan 27, 2001 at 05:03:11PM +0100, klaus.berndl@sdm.de wrote:
>>Hello,
>>
>>i´m using mkdir (GNU Fileutils 4.0) of the latest cygwin and it seems that the -p option
>>is not correct handled with all path-styles:
>>   mkdir -p <driveletter>:/any/path/to/a/new/dir
>>and
>>   mkdir -p /cygdrive/<driveletter>/any/path/to/a/new/dir 
>>are working correct. But if i write
>>   mkdir -p //<driveletter>/any/path/to/a/new/dir 
>>then the file is not created if it doesn´t exists (wrong), if it exists already
>>nothing is done (correct).
>>
>>I know that this pathstyle (//driveletter>/...) is somehow "deprecated" but IMHO
>>nevertheless it should be handled correct by every tools at least until this style is officially
>>not supported.
>
>I really can't get too excited about getting an obscure use of a
>deprecated feature working.
>
>Perhaps you would like to submit a patch if this is important to you.

Btw, this is apparently a problem with "mkdir", not cygwin.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple

