In some cases, dmalloc fails to build when building in parallel. Do not use -j# for dmalloc.

This commit is contained in:
Yann E. MORIN" 2007-09-06 08:57:45 +00:00
parent 307b330501
commit ec13f54483

View File

@ -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 \