From 3662dc81f415a345718dc2e0c6c6bba83c8f0624 Mon Sep 17 00:00:00 2001 From: Daniel Hellstrom Date: Sun, 22 Jan 2017 11:50:35 +0100 Subject: [DO-NOT-UPSTREAM] Speed up bootstrapping --- bootstrap | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) -- cgit v1.2.3