summaryrefslogtreecommitdiffstats
path: root/rules/fontconfig.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-01-20 20:44:25 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-01-20 20:44:25 +0000
commit6b677c638a1e30995fc23a9fec34f17f06001ef9 (patch)
treeb90e5270e643338b4d0f72cd5e407f8a6421b19f /rules/fontconfig.make
parent654b709471122ff92b244d7c18ef53dc4b2958df (diff)
downloadptxdist-6b677c638a1e30995fc23a9fec34f17f06001ef9.tar.gz
ptxdist-6b677c638a1e30995fc23a9fec34f17f06001ef9.tar.xz
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9604 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/fontconfig.make')
-rw-r--r--rules/fontconfig.make6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/fontconfig.make b/rules/fontconfig.make
index f2942301e..09cbd7574 100644
--- a/rules/fontconfig.make
+++ b/rules/fontconfig.make
@@ -60,6 +60,12 @@ FONTCONFIG_AUTOCONF := \
$(STATEDIR)/fontconfig.compile:
@$(call targetinfo)
+ #
+ # parallel build is broken: in fc-case/, two header files are generated.
+ # It *should* work, because the generated files are marked with BUILT_SOURCES,
+ # so they should be built before any other target. However, we've seen cases
+ # where the touch happened *after* fc-case.c was compiled -> bang
+ #
cd $(FONTCONFIG_DIR) && $(FONTCONFIG_PATH) $(MAKE) $(PARALLELMFLAGS_BROKEN)
@$(call touch)