Re: Query about how to get 'full' Cygwin/unix support

2012-03-28 Thread Jeremy Bopp
On 03/28/2012 03:07 PM, AngusC wrote: > > Hello > > I am using cygwin and have copied the core cygwin files to a folder called > binarytools on my Windows PC. This folder is first item in path env > variable. > > When I run make it has commands to do a mkdir -p > > But mkdir -p myfolder creat

Re: Query about how to get 'full' Cygwin/unix support

2012-03-28 Thread Eric Blake
On 03/28/2012 02:07 PM, AngusC wrote: > > Hello > > I am using cygwin and have copied the core cygwin files to a folder called > binarytools on my Windows PC. This folder is first item in path env > variable. > > When I run make it has commands to do a mkdir -p > > But mkdir -p myfolder creat

Query about how to get 'full' Cygwin/unix support

2012-03-28 Thread AngusC
Hello I am using cygwin and have copied the core cygwin files to a folder called binarytools on my Windows PC. This folder is first item in path env variable. When I run make it has commands to do a mkdir -p But mkdir -p myfolder creates a folder called -p and also a folder called myfolder???