This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Need help with makefile


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]