Explorar o código

* Pass MAKEJOBS along to bdlib configure script as well

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
5f3c66d882
Modificáronse 2 ficheiros con 3 adicións e 2 borrados
  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