> It was but AFAIR I have echo.exe in DJGPP bin dir so I will > have to test it without it. I'll check it later. > >> I was thinking to add an $(ECHO) variable to make it >> configurable. [ F.e. on some 3.80 win GNU make build >> it's outright required. But just for the sake of this >> buggy win make version I didn't want to do it. ] > > It's probably the same problem. Some commands do not work. > I've also notice that we have problem with $(RM) commands > used in source/pp/Makefile so I'll update also it. > Using $(ECHO) seems to be quite good idea. BTW maybe I should > write small program which can be used as RM, RDP, CP, MD, MDP > and echo replacement? i.e. fs$(BIN_EXT) which will support as > 1-st parameter following one of the above action.
This would be the best option. [ Exactly what I suggested last week :) 'hbshell <cmd> <par[s]>' ] This would clear any possible licensing issues also. > BTW make install in doc dir with default HB_DOC_INSTALL tries > to copy files to the same location generating a lot of warnings. This is expected. On non-*nix the default install dir is the source tree itself. Brgds, Viktor _______________________________________________ Harbour mailing list [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
