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: Pause with make


At 04:33 10-7-2001, Manisha Jain wrote:
>Your hunch might be right. I used to
>         cd //c/p4dev/...
>to my build directory before kicking off make.
>As per your suggestion, I used
>         cd c:/p4dev/...
>And there is no more pause.

Tip of the day:
         mkdir /c
         mount c:/ /c
         cd /c/p4dev/...

This will cause fewer problems with tools that don't understand Windows 
paths, and should enable command line completion.

  - Michael


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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