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:
@@ -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
|
||||
|
||||
@@ -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),)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user