summaryrefslogtreecommitdiffstats
path: root/rules/commoncpp2.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2010-01-09 15:23:19 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-10 02:16:53 +0100
commitba2b80c54b1599f9f5ddf2f32fb238c8087f4a9c (patch)
treeaa448921a2b7a0cabb349b0ca4fce88a2813b9b5 /rules/commoncpp2.make
parent9d9ebe46ea91d3a2c1a714622180871102793b6b (diff)
downloadptxdist-ba2b80c54b1599f9f5ddf2f32fb238c8087f4a9c.tar.gz
ptxdist-ba2b80c54b1599f9f5ddf2f32fb238c8087f4a9c.tar.xz
[commoncpp2] disable parallel build with COMMONCPP2_MAKE_PAR
....and remove custom compile stage Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/commoncpp2.make')
-rw-r--r--rules/commoncpp2.make14
1 files changed, 2 insertions, 12 deletions
diff --git a/rules/commoncpp2.make b/rules/commoncpp2.make
index 52b752918..600475b60 100644
--- a/rules/commoncpp2.make
+++ b/rules/commoncpp2.make
@@ -2,7 +2,7 @@
# $Id: template 3502 2005-12-11 12:46:17Z rsc $
#
# Copyright (C) 2006 by Robert Schwebel
-# 2008 by Marc Kleine-Budde <mkl@pengutronix.de>
+# 2008, 2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#
# See CREDITS for details about who has contributed to this project.
#
@@ -42,6 +42,7 @@ $(COMMONCPP2_SOURCE):
COMMONCPP2_PATH := PATH=$(CROSS_PATH)
COMMONCPP2_ENV := $(CROSS_ENV)
+COMMONCPP2_MAKE_PAR := NO
#
# autoconf
@@ -57,17 +58,6 @@ COMMONCPP2_AUTOCONF += --without-libxml2
endif
# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/commoncpp2.compile:
- @$(call targetinfo, $@)
- cd $(COMMONCPP2_DIR) && \
- $(COMMONCPP2_ENV) $(COMMONCPP2_PATH) \
- make $(PARALLELMFLAGS_BROKEN)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
# Install
# ----------------------------------------------------------------------------