summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-06 08:57:45 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-09-06 08:57:45 (GMT)
commitec13f544837d6c9f1c0333b8328c77b1f7b27677 (patch)
tree7baa23ecfa5ca3092a582bb8eb63e5197733dee9 /scripts
parent307b330501c2b8889217ff503e191cd54f2631a7 (diff)
In some cases, dmalloc fails to build when building in parallel. Do not use -j# for dmalloc.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/debug/dmalloc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/debug/dmalloc.sh b/scripts/build/debug/dmalloc.sh
index 039f1ea..ff54373 100644
--- a/scripts/build/debug/dmalloc.sh
+++ b/scripts/build/debug/dmalloc.sh
@@ -47,7 +47,7 @@ do_debug_dmalloc_build() {
${extra_config} 2>&1 |CT_DoLog ALL
CT_DoLog EXTRA "Building dmalloc"
- make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL
+ make 2>&1 |CT_DoLog ALL
CT_DoLog EXTRA "Installing dmalloc"
make DESTDIR="${CT_SYSROOT_DIR}" installincs \