[vlc-devel] [PATCH 4/4] contribs: bootstrap no longers force a -j$CPU because the dependancies are screwed up anyway.
Dominique Martinet
asmadeus at codewreck.org
Fri Apr 15 19:23:31 CEST 2011
---
extras/contrib/bootstrap | 15 ---------------
1 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap
index d4b92a7..7402421 100755
--- a/extras/contrib/bootstrap
+++ b/extras/contrib/bootstrap
@@ -476,18 +476,3 @@ if test "$DISTRO" = "macosx64"; then
info "* VLC will be compiled in 64bit mode using the 10.5 & later SDK.*"
info "*****************************************************************"
fi
-
-case `uname` in
- Linux)
- CPUS=`grep -c ^processor /proc/cpuinfo`
- ;;
-# Darwin)
-# CPUS=`sysctl hw.ncpu|cut -d: -f2`
-# ;;
- *)
- CPUS=1 # default
- ;;
-esac
-add_makefile_cfg "MAKEFLAGS += -j$CPUS"
-
-info "Using $CPUS processor(s)"
--
1.7.3.2
More information about the vlc-devel
mailing list