summaryrefslogtreecommitdiff
path: root/steps.mk
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-11-15 01:40:21 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-11-15 01:40:21 (GMT)
commit465e5a8b9fd65555af44a404c9b2e3b8ac12a874 (patch)
tree572505b982d45632bb741d930025130f73424f60 /steps.mk
parent38f5ad90054c835da8119a4a765c5a7834114e37 (diff)
parent847d1d8abf62f40cbc31060c492b9858de7bec10 (diff)
Merge pull request #249 from stilor/expat_ncurses
Promote expat/ncurses to 'companion libs'
Diffstat (limited to 'steps.mk')
-rw-r--r--steps.mk36
1 files changed, 18 insertions, 18 deletions
diff --git a/steps.mk b/steps.mk
index 6a6e07e..b7e3b02 100644
--- a/steps.mk
+++ b/steps.mk
@@ -18,24 +18,24 @@ help-env::
# but are actual steps for canadian and cross-native.
# Please keep the last line with a '\' and keep the following empy line:
# it helps when diffing and merging.
-CT_STEPS := libc_check_config \
- companion_libs_for_build \
- binutils_for_build \
- companion_libs_for_host \
- binutils_for_host \
- cc_core_pass_1 \
- kernel_headers \
- libc_start_files \
- cc_core_pass_2 \
- libc \
- cc_for_build \
- cc_for_host \
- libc_post_cc \
- libelf_for_target \
- binutils_for_target \
- debug \
- test_suite \
- finish \
+CT_STEPS := libc_check_config \
+ companion_libs_for_build \
+ binutils_for_build \
+ companion_libs_for_host \
+ binutils_for_host \
+ cc_core_pass_1 \
+ kernel_headers \
+ libc_start_files \
+ cc_core_pass_2 \
+ libc \
+ cc_for_build \
+ cc_for_host \
+ libc_post_cc \
+ companion_libs_for_target \
+ binutils_for_target \
+ debug \
+ test_suite \
+ finish \
# Keep an empty line above this comment, so the last
# back-slash terminated line works as expected.