X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f X-Recipient: djgpp AT delorie DOT com Date: Thu, 08 Dec 2011 06:04:30 +0200 From: Eli Zaretskii Subject: Re: ANN: Seed7 Release 2011-12-04 In-reply-to: <5ad09b0d-f8c2-4d7d-b6d5-b8e84e670a72@h3g2000yqa.googlegroups.com> X-012-Sender: halo1 AT inter DOT net DOT il To: djgpp AT delorie DOT com Message-id: <831usfbtf5.fsf@gnu.org> References: <9183dc2d-2e41-4dc2-89e1-fa514074c735 AT a17g2000yqj DOT googlegroups DOT com> <5ad09b0d-f8c2-4d7d-b6d5-b8e84e670a72 AT h3g2000yqa DOT googlegroups DOT com> 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: 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. > In other words, without Coreutils' echo.exe installed, "make depend" > fails. Probably because it uses some features that are not present in the builtin 'echo'.