Need help with makefile

Larry Hall (RFK Partners, Inc) lhall@rfk.com
Sun Mar 4 15:40:00 GMT 2001


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



More information about the Cygwin mailing list