Date: Mon, 6 Sep 1999 09:34:12 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Paul D. Smith" cc: Esa A E Peuha , Laszlo Molnar , djgpp-workers AT delorie DOT com Subject: Re: Make 3.78 is in pretest (fwd) In-Reply-To: <14290.49671.421714.778878@baynetworks.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 5 Sep 1999, Paul D. Smith wrote: > Because many UNIX shells don't have a builtin echo. In fact, I'd say > the large majority of /bin/sh's on UNIX systems don't have one, and > /bin/sh is the shell make defaults to using. Interesting. I looked at the sh man page before asking, and it was there. I guess I did that on one of the few boxes whose shell does have echo. > If all MSDOS shells do have it (what's out there besides bash?), then > there's no reason not to introduce it for MSDOS, tho. Bash is the one used most. There's also a little-used port of tcsh (which has echo) and the old ms_sh (which also has it). I'm going to add "echo" to the MSDOS branch. Thanks for the feedback. (Perhaps the WINDOWS32 branch also needs to add "echo"?)