debugging an rm/sh/make/cygwin corner case

2002-03-18 Thread Peter Buckley
I am hoping some people can give me ideas on how to debug a problem I am having with rm when invoked from cygwin's make.exe, which is using sh as its shell. Basically, when I call rm -r -f from a makefile, it gives me errors about Permission Denied, Directory Not Empty. This is the same error

Re: debugging an rm/sh/make/cygwin corner case

2002-03-18 Thread Larry Hall (RFK Partners, Inc)
At 01:18 PM 3/18/2002, Peter Buckley wrote: I am hoping some people can give me ideas on how to debug a problem I am having with rm when invoked from cygwin's make.exe, which is using sh as its shell. Basically, when I call rm -r -f from a makefile, it gives me errors about Permission Denied,