[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: Make fails to execute shell commands using sh under Win32
From: |
Fairweather, James |
Subject: |
RE: Make fails to execute shell commands using sh under Win32 |
Date: |
Mon, 23 Sep 2002 17:12:42 -0700 |
You know, I don't know. I spent a frustrating few hours with the same problem
as you described, and eventually stumbled on the --unix option. I got it by
typing "make -?" on the command line. I guess it's a cygwin thing. Anyway, I
usually go with "whatever works".
-----Original Message-----
From: Ted Phares [mailto:address@hidden
Sent: Monday, September 23, 2002 5:07 PM
To: Fairweather, James
Cc: address@hidden
Subject: RE: Make fails to execute shell commands using sh under Win32
Thanks--it works now.
By the way--is there any info about --unix anywhere in the info document?
I couldn't find it at first glance.
-ted
On Mon, 23 Sep 2002, Fairweather, James wrote:
> try make --unix
>
> -----Original Message-----
> From: Ted Phares [mailto:address@hidden
> Sent: Monday, September 23, 2002 4:27 PM
> To: address@hidden
> Subject: Make fails to execute shell commands using sh under Win32
>
>
> Hi,
>
> Using make 3.79.1 for Win32 (the make binary distributed with cygwin):
>
> I found that make fails to execute shell commands when using sh.
...