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
Message-Id: <4.3.1.2.20010304183301.026011b8@pop.ma.ultranet.com>
X-Sender: lhall@pop.ma.ultranet.com
X-Mailer: QUALCOMM Windows Eudora Version 4.3.1
Date: Sun, 04 Mar 2001 18:35:38 -0500
To: Paul Kinnucan <paulk@mathworks.com>,
        "Nascif Abousalh-Neto" <nascif@nortelnetworks.com>
From: "Larry Hall (RFK Partners, Inc)" <lhall@rfk.com>
Subject: RE: Need help with makefile
Cc: jde@sunsite.dk, cygwin@cygwin.com
In-Reply-To: <4.1.20010304165748.00b849c0@pop.mathworks.com>
References: <7DBB74CCC0C7D411B89600508BCF9C2456586E@zrtpd0jf.us.nortel. com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"

At 05:19 PM 3/4/2001, Paul Kinnucan wrote:
>At 02:17 PM 3/4/2001 -0500, Nascif Abousalh-Neto wrote: 
>
> >
> > mkdir -p is what we use at our company. 
> > Why is it not sufficient?
>
>
>
>I am using cygwin on Windows.  cygwin supports several different methods of
>specifying paths, e.g.,
>
>c:/cygwin/home/foo
>//c/cygwin/home/foo
>/cygdrive/c/cygwin/home/foo
>/home/foo      (c:/cygwin/home is mounted as /home)
>
>As it turns out, mkdir -p fails with the path spec I was using
>in my makefile, e.g.,
>
>//c/cygwin/home/foo
>
>It seems to work fine with the other versions. So...
>
>Never mind.


Yup, //<drive> is deprecated syntax, since it clashes with UNC paths.  In
general, its preferable to use POSIX paths.



Larry Hall                              lhall@rfk.com
RFK Partners, Inc.                      http://www.rfk.com
118 Washington Street                   (508) 893-9779 - RFK Office
Holliston, MA 01746                     (508) 893-9889 - FAX


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

