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: Make problem


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


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