From 1384fc2e64eb22627764778dc81bc4491ddde66a Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sat, 19 Mar 2016 17:24:17 +0000 Subject: Add default build-steps to DEFAULTS Change-Id: I523dc696fa64f2169a8c4c454288d612173332b1 --- DEFAULTS | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/DEFAULTS b/DEFAULTS index 8520db9d..5ec68922 100644 --- a/DEFAULTS +++ b/DEFAULTS @@ -5,6 +5,28 @@ # # For more information, see: . +# Predefined build steps +# ---------------------- +# +# 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', + 'configure-commands', + 'post-configure-commands', + 'pre-build-commands', + 'build-commands', + 'post-build-commands', + 'pre-test-commands', + 'test-commands', + 'post-test-commands', + 'pre-install-commands', + 'install-commands', + 'post-install-commands', + 'pre-strip-commands', + 'strip-commands', + 'post-strip-commands'] + # Predefined build commands # ------------------------- -- cgit v1.2.1