summaryrefslogtreecommitdiffstats
path: root/rules/other
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 07:57:04 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2008-04-16 07:57:04 +0000
commitd2e044427b870e0d73e129add6929b68cad05877 (patch)
tree9f26b9faf5d45435b4211dc981534f2a724b2eeb /rules/other
parent8196fb41deb45c602ead59e8a6e29708f1e79fc6 (diff)
downloadptxdist-d2e044427b870e0d73e129add6929b68cad05877.tar.gz
ptxdist-d2e044427b870e0d73e129add6929b68cad05877.tar.xz
* Definitions.make:
define PARALLELMFLAGS_BROKEN to -j1 if running in external parallel mode git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@8029 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/other')
-rw-r--r--rules/other/Definitions.make5
1 files changed, 3 insertions, 2 deletions
diff --git a/rules/other/Definitions.make b/rules/other/Definitions.make
index d767def6c..cdedf18b6 100644
--- a/rules/other/Definitions.make
+++ b/rules/other/Definitions.make
@@ -1,7 +1,8 @@
# -*-makefile-*-
-SRCDIR := $(PTXDIST_SRCDIR)
-PARALLELMFLAGS := $(PTXDIST_PARALLELMFLAGS_INTERN)
+SRCDIR := $(PTXDIST_SRCDIR)
+PARALLELMFLAGS := $(PTXDIST_PARALLELMFLAGS_INTERN)
+PARALLELMFLAGS_BROKEN := -j1
#
# Some definitions for stuff which even kicks vim's syntax highlighting