From 8f281496c2f34141092f40d60b8910f778949961 Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sat, 19 Mar 2016 17:24:54 +0000 Subject: Add bootstrap-commands to default build-steps in DEFAULTS Change-Id: I0308352bf1d73e34a8ad079278ace95d84269fcf --- DEFAULTS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/DEFAULTS b/DEFAULTS index 5ec68922..a1c972c3 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -11,7 +11,10 @@ # This is an ordered list of potential build steps. Typically any actual build # only requires a subset of these steps. -build-steps: ['pre-configure-commands', +build-steps: ['pre-bootstrap-commands', + 'bootstrap-commands', + 'post-bootstrap-commands', + 'pre-configure-commands', 'configure-commands', 'post-configure-commands', 'pre-build-commands', -- cgit v1.2.1