Mail Archives: djgpp/1998/03/22/07:46:08
On Thu, 19 Mar 1998, Salvador Eduardo Tropea (SET) wrote:
> > This is needed only, if you don't have a /bin/sh.exe on the
> > drive, where you build gcc. So created that and you don't need
> > to modify the Makefile.
>
> I did a similar thing, in my system I have sh.exe as a "symlink" of
> bash.exe in the /bin directory. Isn't pretty but helps a lot.
You do NOT need sh.exe in /bin, you can have it in *any* directory on
your PATH. Both Make and Bash will find it and invoke it whenever a
script or a Makefile calls for "/bin/sh".
- Raw text -