Message-Id: <200005261616.TAA29260@mailgw1.netvision.net.il> Date: Fri, 26 May 2000 19:15:52 +0200 Date: Fri, 26 May 2000 19:15:50 +0300 X-Mailer: Emacs 20.6 (via feedmail 8.1.emacs20_6 I) and Blat ver 1.8.5b From: "Eli Zaretskii" To: Hans-Bernhard Broeker CC: djgpp AT delorie DOT com In-reply-to: <8gln9n$cj4$1@nets3.rz.RWTH-Aachen.DE> (message from Hans-Bernhard Broeker on 26 May 2000 11:31:03 GMT) Subject: Re: make & makefile trouble References: <8gln9n$cj4$1 AT nets3 DOT rz DOT RWTH-Aachen DOT DE> 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: Hans-Bernhard Broeker > Newsgroups: comp.os.msdos.djgpp > Date: 26 May 2000 11:31:03 GMT > > > - or does an echo-command don't work anyhow with a long text line > > 'echo' behaves differently depending on the 'SHELL' variable. With > DJGPP Bash as the SHELL, it can handle over-long command lines. With > command.com, it is limited by what the 'echo' builting of command.com > can handle. If you have GNU Sh-utils installed, Make will always invoke echo.exe from there before falling back on the shell, even if COMMAND.COM is the current shell. And echo.exe, being a DJGPP program, has no problem getting long commands from Make.