summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hellstrom <daniel@gaisler.com>2017-01-22 11:50:35 +0100
committerDaniel Hellstrom <daniel@gaisler.com>2020-09-02 10:53:07 +0200
commit3662dc81f415a345718dc2e0c6c6bba83c8f0624 (patch)
tree4a680021eea9adcd4875911657ea278c04a9d097
parent39ef5089112705f83c40223aacee5ecde44d4f5b (diff)
[DO-NOT-UPSTREAM] Speed up bootstrapping
-rwxr-xr-xbootstrap3
1 files changed, 2 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index b3da39383b..10408cb88c 100755
--- a/bootstrap
+++ b/bootstrap
@@ -249,8 +249,9 @@ autoreconf)
${AUTORECONF} -i --no-recursive $verbose
test -f Makefile.am && test -n "`grep 'stamp-h\.in' Makefile.in`" \
&& echo timestamp > stamp-h.in
- )
+ )&
done
+ wait
;;
clean)