Make problem

Chris Faylor cgf@cygnus.com
Tue Feb 29 14:33:00 GMT 2000


On Tue, Feb 29, 2000 at 02:19:21PM -0800, Charlie Hand wrote:
>The result is the same for:
>
>MAKE_MODE=UNIX
>SHELL=bash
>target::
>	ls
>
>or
>
>SHELL=bash
>target::
>	ls
>
>The only way to run simple commands such as "ls" or "echo hello"
>was to delete SHELL=bash.

You can't set the variable inside the makefile (although this is an
interesting idea).  MAKE_MODE is an environment variable.  It has
to be set before you run make.

Alternatively, you can type: "make --unix".

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com



More information about the Cygwin mailing list