diff --git a/harbour/ChangeLog b/harbour/ChangeLog index be9a185103..8c93b27d8a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,18 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-09-15 15:56 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * INSTALL + * doc/bintools.txt + * os2-make.exe + ! Updated OS/2 make.exe (and links in INSTALL) to make-3.81-r3 + (from make-3.81-r2). + This fixes the dreaded cmdline length inducated GNU Make crashes + which made us add .mk workarounds and which created a showstopper + towards OS/2 .dll support. + Many thanks to Maurilio Longo and Andreas Buening for hunting + down and fixing the problem in OS/2 GNU Make port. + 2009-09-15 15:19 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * contrib/hbtip/sendmail.prg ! Applied patch from Alex Strickland. diff --git a/harbour/INSTALL b/harbour/INSTALL index bba874a4c1..6837ad98a6 100644 --- a/harbour/INSTALL +++ b/harbour/INSTALL @@ -93,7 +93,7 @@ HOW TO BUILD AND INSTALL HARBOUR FROM SOURCE (possible cross-build targets: MS-DOS, OS/2, Linux) 1.) You need to get GNU Make. If you use OS/2 host, we recommend this link: - ftp://hobbes.nmsu.edu/pub/os2/dev/util/make-3.81-r2-bin-static.zip + ftp://hobbes.nmsu.edu/pub/os2/dev/util/make-3.81-r3-bin-static.zip If you use other host, please refer to other platform instructions in this section. You can also use included copy named os2-make.exe instead. diff --git a/harbour/doc/bintools.txt b/harbour/doc/bintools.txt index 790769c2a2..4d2ffa50e1 100644 --- a/harbour/doc/bintools.txt +++ b/harbour/doc/bintools.txt @@ -24,7 +24,8 @@ Included utilities are: ftp://ftp.delorie.com/pub/djgpp/beta/v2gnu/mak381s.zip - os2-make.exe (original filename: make.exe) http://www.os2site.com/sw/dev/make/index.html - http://www.os2site.com/sw/dev/make/make-3.81-r2-bin.zip + http://www.os2site.com/sw/dev/make/make-3.81-r3-bin-static.zip + http://www.os2site.com/sw/dev/make/make-3.81-r3.zip http://www.os2site.com/sw/dev/make/make-3.81-r2.zip - GNU coreutils (mkdir, rm, cp, echo) diff --git a/harbour/os2-make.exe b/harbour/os2-make.exe index 7045db3673..dd8d70c2e5 100644 Binary files a/harbour/os2-make.exe and b/harbour/os2-make.exe differ