2010-11-09 01:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)

* harbour/src/Makefile
    % small optimization in concurrent build (-j GNU make switch) dependency
This commit is contained in:
Przemyslaw Czerpak
2010-11-09 00:17:45 +00:00
parent d5c7c499b5
commit ceffdd839d
2 changed files with 13 additions and 7 deletions

View File

@@ -16,6 +16,10 @@
The license applies to all entries newer than 2009-04-28.
*/
2010-11-09 01:17 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/src/Makefile
% small optimization in concurrent build (-j GNU make switch) dependency
2010-11-08 23:37 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
* harbour/include/hbcompdf.h
* harbour/include/hbexprb.c

View File

@@ -12,8 +12,8 @@ ifeq ($(HB_BUILD_PARTS),compiler)
common \
nortl \
pp{common,nortl} \
compiler{pp} \
main{compiler} \
compiler \
main{pp,compiler} \
else
@@ -76,10 +76,12 @@ else
ifeq ($(HB_BUILD_PARTS),lib)
HB_COMP_DIR :=
HB_COMP_REF := {3rd}
HB_COMP_REF :=
HB_COMP_RF2 := {pp}
else
HB_COMP_DIR := main{compiler}
HB_COMP_REF := {3rd,main}
HB_COMP_DIR := main{pp,compiler}
HB_COMP_REF := {main}
HB_COMP_RF2 := {main}
endif
DIRS := \
@@ -87,9 +89,9 @@ else
common \
nortl \
pp{common,nortl} \
compiler{pp} \
compiler \
$(HB_COMP_DIR) \
vm$(HB_COMP_REF) \
vm$(HB_COMP_RF2) \
rtl$(HB_COMP_REF) \
macro \
codepage \