diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 64f766d7c1..4084c186b4 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,12 +16,16 @@ The license applies to all entries newer than 2009-04-28. */ +2012-09-02 00:47 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/make.hb + * minor formatting to be in sync with rest of code + 2012-09-01 02:22 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/functions.prg * contrib/hbide/uisrcmanager.prg ! Fixed: QBrush, a non-QOject derived object was being applied - :setObjectName() method. There may be few more, but will - will be implemented if those are actually used under + :setObjectName() method. There may be few more, but will + will be implemented if those are actually used under Qt Designer properties. 2012-08-31 17:42 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) @@ -44,7 +48,7 @@ * contrib/hbide/object.prg + contrib/hbide/parts.prg + Separated: the code to manage IdePARTS effectively and efficiently, - in anticipation that many more extensions will be added in future + in anticipation that many more extensions will be added in future and also some existing components qualifies to fall under the domain of this protocol. diff --git a/harbour/contrib/make.hb b/harbour/contrib/make.hb index a7424abd5b..2ef4d8a2f4 100755 --- a/harbour/contrib/make.hb +++ b/harbour/contrib/make.hb @@ -429,7 +429,7 @@ STATIC PROCEDURE build_projects( nAction, hProjectList, hProjectReqList, cOption cOptions += " -rebuildall" ENDIF - cMakeFlags := getenv( "MAKEFLAGS" ) + cMakeFlags := GetEnv( "MAKEFLAGS" ) IF " -j " $ " " + cMakeFlags + " " /* GNU Make uses job server to limit number of concurrent operations * We cannot read it from MAKEFLAGS so I set it to arbitrary value: 8