Date: Thu, 10 Sep 1998 21:43:58 +0300 (IDT) From: Eli Zaretskii To: "Peter J. Farley III" cc: djgpp AT delorie DOT com Subject: Re: Why does make fail to run path-qualified commands? In-Reply-To: <35f464b3.10523416@news1.banet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 7 Sep 1998, Peter J. Farley III wrote: > Environment: Win95 DOS box (4.00.950a), LFN=y, make 3.76.1, bash > 1.14.7, DJDIR is set to "h:/djgpp" ^^^^^^^^^^^^^^^^^^^^^^^^^ Did you indeed set DJDIR instead of DJGPP? Also, is it possible that you have FNCASE=y set in the environment or in DJGPP.ENV? Does "/bin/rm -f" work? > +SHELL=%DJDIR%/bin/sh.exe > +MAKESHELL=%DJDIR%/bin/sh.exe I don't think these variables are relevant to this, since the command you are invoking doesn't require a shell; Make will try to invoke /BIN/rm directly (via `spawnXX'). Does the same problem happens when you invoke Make from COMMAND.COM, not from Bash?