summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2016-03-19 17:24:54 +0000
committerJavier Jardón <jjardon@gnome.org>2016-11-10 21:30:10 +0000
commit8f281496c2f34141092f40d60b8910f778949961 (patch)
treec70c3c8d9781ba6acf4e28e8b5dd06801b8d3407
parent1384fc2e64eb22627764778dc81bc4491ddde66a (diff)
downloaddefinitions-8f281496c2f34141092f40d60b8910f778949961.tar.gz
Add bootstrap-commands to default build-steps in DEFAULTS
Change-Id: I0308352bf1d73e34a8ad079278ace95d84269fcf
-rw-r--r--DEFAULTS5
1 files changed, 4 insertions, 1 deletions
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',