This is the mail archive of the cygwin@sourceware.cygnus.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: B20: make "/c" error when SHELL=/bin/sh


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".


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