Mail Archives: djgpp/2000/08/19/16:45:20
Eli Zaretskii wrote:
>
> > From: the Icefalcon <kourino AT hotmail DOT com>
> > Newsgroups: comp.os.msdos.djgpp
> > Date: Sat, 19 Aug 2000 17:35:38 GMT
> >
> > bash-2.03$ make
> > Too many parameters - sysdeps
> > (echo 'sysd-Makefile-sysdirs := sysdeps/standalone/i386
>
> Obviously, you need to install GNU Sh-utils (which will get you
> echo.exe that can handle this command). The error message you see
> comes from COMMAND.COM's internal ECHO, which is too dumb.
Actually, I have :) But, since bash is so "nice" about passing stuff
to DOS, it defaulted to DOS' echo instead of the one in /bin. (BTW,
I have all the below installed to.) So, I went through Makefile and
Makerules to change all the appropriate instances of echo to /bin/echo.
(Leaving variable names and such with "echo" in them alone, of course :)
Anyway, Makefile now tells me this:
bash-2.03$ make
Makefile:134: *** missing separator (did you mean TAB instead of 8
spaces?). Stop.
bash-2.03$
Der .. line 134 of Makefile is:
all-Subdirs-files = $(wildcard $(addsuffix /Subdirs, $(config-sysdirs)))
Oh, I went and changed the necessary "echo" statements in configure too.
Didn't seem to make a difference.
--
-|-E the Icefalcon
- Raw text -