2009-03-03 19:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/config/dir.cf
    * disabled parallel execution rules for make 3.79.1
This commit is contained in:
Przemyslaw Czerpak
2009-03-03 18:29:39 +00:00
parent 14507e8487
commit f3fd688844
2 changed files with 8 additions and 1 deletions

View File

@@ -8,6 +8,10 @@
2009-12-31 13:59 UTC+0100 Foo Bar (foo.bar foobar.org)
*/
2009-03-03 19:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/config/dir.cf
* disabled parallel execution rules for make 3.79.1
2009-03-03 16:40 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/source/vm/Makefile
! fixed compilation with C compilers which does not support MT mode

View File

@@ -6,7 +6,10 @@ ifneq ($(HB_ARCHITECTURE),)
ifneq ($(HB_COMPILER),)
include $(TOP)$(ROOT)config/global.cf
#include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf
# this make version does not work correctly parallel execution rules below
ifeq ($(MAKE_VERSION),3.79.1)
include $(TOP)$(ROOT)config/$(HB_ARCHITECTURE)/dir.cf
endif
ifeq ($(DIR_RULE),)