delorie.com/archives/browse.cgi | search |
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 AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |