summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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',