瀏覽代碼

* Pass MAKEJOBS along to bdlib configure script as well

Bryan Drewery 16 年之前
父節點
當前提交
5f3c66d882
共有 2 個文件被更改,包括 3 次插入2 次删除
  1. 1 1
      autotools/configure.ac
  2. 2 1
      configure

+ 1 - 1
autotools/configure.ac

@@ -226,4 +226,4 @@ if test -d .git; then
   git submodule update
 fi
 ]
-test -f lib/bdlib/configure && cd lib/bdlib && ./configure
+test -f lib/bdlib/configure && cd lib/bdlib && MAKEJOBS="$MAKEJOBS" ./configure

+ 2 - 1
configure

@@ -4855,6 +4855,7 @@ else
 fi
 
 
+
 #checkpoint
 cat >confcache <<\_ACEOF
 # This file is a shell script that caches the results of configure
@@ -15111,4 +15112,4 @@ if test -d .git; then
   git submodule update
 fi
 
-test -f lib/bdlib/configure && cd lib/bdlib && ./configure
+test -f lib/bdlib/configure && cd lib/bdlib && MAKEJOBS="$MAKEJOBS" ./configure