On Thu, 05 Feb 2009, Maurilio Longo wrote:

Hi Maurilio,

> I hope I've solved this one, I hade to write in os/install.cf the install rule
> this way. Note that removing the empty line inside inst_file and/or trying to
> make a for %i in ( ... ) loop causes a segfault.
> The fault is inside cmd.exe, I don't understand way the previous code was
> failing, I mean, what really does make.exe when interpreting this rule,
> anyway, this is a little bit slower, but I can execute it with -jn re-gaining
> all the lost speed :)
> define inst_file
> $(COMSPEC) /C $(CP) $(file) $(INSTALL_OS2_DIR)
> 
> endef
> INSTALL_LIST = $(subst /,\,$(INSTALL_OBJS))
> INSTALL_OS2_DIR = $(subst /,\,$(INSTALL_DIR))
> INSTALL_RULE = $(foreach file, $(INSTALL_LIST), $(inst_file))
> I'll commit in a while.

Thank you very much.

best regards,
Przemek
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to