2010-01-02 23:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)

* config/dir.mk
     % Deleted code handling pre-3.81 GNU Make versions.
       We require 3.81 now, so no longer required.
       Sent by Tamas Tevesz.
This commit is contained in:
Viktor Szakats
2010-01-02 22:08:42 +00:00
parent 4d4aeeb407
commit 94a81336c4
2 changed files with 9 additions and 8 deletions

View File

@@ -17,18 +17,24 @@
past entries belonging to author(s): Viktor Szakats.
*/
2010-01-02 23:07 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* config/dir.mk
% Deleted code handling pre-3.81 GNU Make versions.
We require 3.81 now, so no longer required.
Sent by Tamas Tevesz.
2009-01-02 22:59 UTC+0100 Istvan Bisz (istvan.bisz/at/t-online.hu)
* /src/vm/fm.c
* Not adequate defitions of the subsequent CRT functions for the MinGW implemetations:
#ifndef USE_DL_PREFIX
#define dlcalloc calloc
#define dlcalloc calloc
#define dlfree free
#define dlmalloc malloc
...
#endif /* USE_DL_PREFIX */
The malloc/free CRT functions should'nt be redefined in this way.
* The mesage: "Warning, memory allocated but not released..." is sent on request (//INFO cmdarg).
* The mesage: "Warning, memory allocated but not released..." is sent on request (//INFO cmdarg).
2010-01-02 22:26 UTC+0100 Viktor Szakats (harbour.01 syenar.hu)
* contrib/hbqt/hbqt.h
+ Will now fail with forced compiler error if used with

View File

@@ -10,11 +10,6 @@ ifneq ($(HB_COMPILER),)
ifeq ($(HB_HOST_PLAT),dos)
# do not use rules for parallel processing in DOS
JOB_SRV := NO
else
# these make versions does not work correctly with
# parallel execution rules below
JOB_SRV := $(MAKE_VERSION:3.7%=NO)
JOB_SRV := $(JOB_SRV:3.80%=NO)
endif
ifeq ($(JOB_SRV),NO)