X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Sat, 10 Dec 2011 09:39:11 +0200 From: Eli Zaretskii Subject: Re: ANN: Seed7 Release 2011-12-04 In-reply-to: <1b27d3cd-57d4-424c-a736-4bd04607ee26@e19g2000yqk.googlegroups.com> To: djgpp AT delorie DOT com Message-id: <83fwgsnae8.fsf@gnu.org> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 X-012-Sender: halo1 AT inter DOT net DOT il References: <9183dc2d-2e41-4dc2-89e1-fa514074c735 AT a17g2000yqj DOT googlegroups DOT com> <5ad09b0d-f8c2-4d7d-b6d5-b8e84e670a72 AT h3g2000yqa DOT googlegroups DOT com> <831usfbtf5 DOT fsf AT gnu DOT org> <1b27d3cd-57d4-424c-a736-4bd04607ee26 AT e19g2000yqk DOT googlegroups DOT com> Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from QUOTED-PRINTABLE to 8bit by delorie.com id pBA7dLWL031479 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: Rugxulo > Date: Fri, 9 Dec 2011 14:02:42 -0800 (PST) > > On Dec 7, 10:04 pm, Eli Zaretskii wrote: > > > From: Rugxulo > > > Date: Wed, 7 Dec 2011 18:13:42 -0800 (PST) > > > > > I don't remember exactly why or where, but somewhere (presumably > > > inside Make) it prefers GNU coreutils' echo.exe over built-in DOS > > > command.com's echo or Bash's echo or djecho.exe. > > > > It simply looks for FOO.exe along PATH before falling back on built-in > > shell command FOO. > > Make (3.81) apparently does but Bash doesn't. Make does not invoke Bash (or any other shell) unless it sees some shell-specific features on the command line it needs to run. This is a well-documented feature of GNU Make. > P.S. IIRC, at one time (DJGPP 2.00? [sic]), DJECHO.EXE was actually > called ECHO.EXE, but it was probably renamed to avoid a clash with the > aforementioned CoreUtils version. Correct.