Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: Chris Faylor Date: Tue, 29 Feb 2000 17:33:04 -0500 To: cygwin AT sourceware DOT cygnus DOT com Subject: Re: Make problem Message-ID: <20000229173304.A3750@cygnus.com> Reply-To: cygwin AT sourceware DOT cygnus DOT com References: <200002291816 DOT NAA15176 AT smtp DOT mathworks DOT com> <4 DOT 1 DOT 20000229143001 DOT 02152f00 AT pop DOT mathworks DOT com> <200002292217 DOT OAA03331 AT cygnus DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.1.4i In-Reply-To: <200002292217.OAA03331@cygnus.com>; from charlie@hand-family.org on Tue, Feb 29, 2000 at 02:19:21PM -0800 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