Date: Thu, 28 May 1998 19:28:06 +0300 (IDT) From: Eli Zaretskii To: Ruiter de M cc: djgpp AT delorie DOT com Subject: Re: MAKE with BASH In-Reply-To: <6kh49d$a6a$1@star.cs.vu.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On 27 May 1998, Ruiter de M wrote: > autoconf/configure put INSTALL=//j/bin/ginstall.exe in all makefiles. Either set INSTALL=${DJDIR}/bin/ginstall in the environment before running the scripts, or modify the script to call echo.exe (must use the .exe suffix) where it puts the value of INSTALL in these files. > Yes, I read the info there. But I noticed that setting MAKESHELL=bash > had some strange side effects. I didn't consider it worthwile to post > a question abut it, just put SHELL=/bin/sh in my makefile instead. If you set MAKESHELL or SHELL in the environment, you are expected to include a full pathname and extension, like in MAKESHELL=c:/bin/bash.exe. Otherwise it won't work. This should be explained in the docs and README.