summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-07 16:12:38 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-07-07 16:12:38 (GMT)
commit8b99fa0955f7aef66b3c377f650d0195fed3aa92 (patch)
tree8cc7d46a30e59da272e64a92d3c35864f3fac903 /scripts
parentf6e904567f01a28bc6d1b706d0a944f93cb36874 (diff)
More uClibc parrallel compilation cleanup.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/build/libc_uClibc.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh
index 7449818..7a4e3d0 100644
--- a/scripts/build/libc_uClibc.sh
+++ b/scripts/build/libc_uClibc.sh
@@ -77,7 +77,7 @@ do_libc_headers() {
CT_DoYes "" |make CROSS= PREFIX="${CT_SYSROOT_DIR}/" oldconfig 2>&1 |CT_DoLog ALL
CT_DoLog EXTRA "Building headers"
- make ${PARALLELMFLAGS} CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL
+ make CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL
CT_DoLog EXTRA "Installing headers"
make CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev 2>&1 |CT_DoLog ALL
@@ -112,8 +112,7 @@ do_libc() {
# to best fit the target. So it is useless and seems to be a bad thing to
# use LIBC_EXTRA_CFLAGS here.
CT_DoLog EXTRA "Applying configuration"
- CT_DoYes "" |make ${PARALLELMFLAGS} \
- CROSS=${CT_TARGET}- \
+ CT_DoYes "" |make CROSS=${CT_TARGET}- \
PREFIX="${CT_SYSROOT_DIR}/" \
oldconfig 2>&1 |CT_DoLog ALL