B20: make "/c" error when SHELL=/bin/sh

Christopher G. Faylor cgf@cygnus.com
Fri Nov 20 21:59:00 GMT 1998


In article <36544088.F7BBE736.cygnus.gnu-win32@nist.gov>,
Michael D. Garris <mgarris@nist.gov> wrote:
>Context: B20 on NT 4.0 using cygwin-32 make.exe and sh.exe
>
>I didn't find this reported when searching the archives on "make".
>A problem arises when assigning /bin/sh as the command interpreter with:
>	SHELL=/bin/sh
>
>Error occurs when the following simple command block is
>interpreted in the sample make script:
>
>SHELL=/bin/sh
>it:
>	echo hi
>
>The error generated is:
>	"/c: Can't open /c"

I believe that this is in the FAQ.  You need to set the environment
variable MAKE_MODE=unix or invoke make as "make --unix".

cgf
-- 
cgf@cygnus.com
http://www.cygnus.com/
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list