summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 09:36:24 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2008-11-01 09:36:24 +0000
commit0215c1a6d26e19ef9bda26e634a3fc9728eb4176 (patch)
treeceb1257a0521cc72dcc1d04e1de6e818dfcc9a25 /rules/commoncpp2.make
parent0641c1b1c9e90214f534786444e2d2013591535b (diff)
downloadptxdist-0215c1a6d26e19ef9bda26e634a3fc9728eb4176.tar.gz
ptxdist-0215c1a6d26e19ef9bda26e634a3fc9728eb4176.tar.xz
* cppcommon2: parrallel build is sometimes broken (tries to link against libccgnu2 before building
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9015 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make11
1 files changed, 11 insertions, 0 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index 119fa1b0a..38bd8d8fe 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -57,6 +57,17 @@ COMMONCPP2_AUTOCONF += --without-libxml2
endif
# ----------------------------------------------------------------------------
+# Compile
+# ----------------------------------------------------------------------------
+
+$(STATEDIR)/commoncpp2.compile:
+ @$(call targetinfo, $@)
+ cd $(COMMONCPP2_DIR) && \
+ $(COMMONCPP2_ENV) $(COMMONCPP2_PATH) \
+ make $(PARALLELMFLAGS_BROKEN)
+ @$(call touch, $@)
+
+# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------