Everything which make is easier to use is good. But this batch file does
very little right now, f.e. setup of
those three envvars could be done inside the make
files. Only -r seems to be meaningful, but maybe this
could also be added to the make files. If this is so we
should make it.
I had to resort to this hack to make it work:
make install -r SHELL=%COMSPEC%

It's was not always needed, maybe it's not needed now,
overall I never use mingw without msys, because it's
always a difficult task to make it work.

For example, trying it now results in this:
---
make -C common
make[2]: Entering directory `C:/harbour/source/common'
'[' is not recognized as an internal or external command,
operable program or batch file.
---

With or without SHLVL or SHELL=. Using a mingw built
make.exe.

Brgds,
Viktor

On Tue, Feb 17, 2009 at 12:16 PM, Przemyslaw Czerpak <dru...@acn.waw.pl>wrote:

> On Tue, 17 Feb 2009, Szak�ts Viktor wrote:
>
> Hi,
>
> > I think we should delete make_gnu.bat from the
> > repository as it's rather confusing than useful.
> > mingw is best used with msys, otherwise some
> > things won't work and hacks are needed to make
> > work even the basic functionality. Any thoughts
> > regarding this?
>
> The last time when I was using it make_gnu.bat was working for me.
> There is only one problem caused by "feature" in Windows port of
> GNU make. If you have *sh.exe in the PATH then it will be used instead
> of command.com/cmd.exe and we cannot detect it in our make system.
> But I was using make_gnu.bat only when I did not have any *nix like
> shell installed so it was not real problem for me and make_gnu.bat
> was working out of the box without any hacks. It's also possible
> to use it with *sh.exe in the PATH but in such case we have to
> inform manually make system that such file exists, by simple:
>   set SHLVL=1
> before calling GNU make.
> Probably using wildcard function and decoding PATH we can try to
> hardcode such auto detection ourselves. I can try to add it.
>
> best regards,
> Przemek
> _______________________________________________
> Harbour mailing list
> Harbour@harbour-project.org
> http://lists.harbour-project.org/mailman/listinfo/harbour
>
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to