steps.mk
changeset 461 63586e9dcfc3
parent 333 d647d0e6021e
child 466 7f9bbf94b0bb
     1.1 --- a/steps.mk	Wed Aug 15 14:59:37 2007 +0000
     1.2 +++ b/steps.mk	Mon Apr 28 07:38:36 2008 +0000
     1.3 @@ -1,19 +1,22 @@
     1.4  # Makefile for each steps
     1.5  # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     1.6  
     1.7 -CT_STEPS := libc_check_config       \
     1.8 -            kernel_check_config     \
     1.9 -            kernel_headers          \
    1.10 -            binutils                \
    1.11 -            cc_core_pass_1          \
    1.12 -            libc_headers            \
    1.13 -            libc_start_files        \
    1.14 -            cc_core_pass_2          \
    1.15 -            libc                    \
    1.16 -            cc                      \
    1.17 -            libc_finish             \
    1.18 -            tools                   \
    1.19 -            debug                   \
    1.20 +CT_STEPS := libc_check_config   \
    1.21 +            kernel_check_config \
    1.22 +            kernel_headers      \
    1.23 +            binutils            \
    1.24 +            cc_core_pass_1      \
    1.25 +            libc_headers        \
    1.26 +            libc_start_files    \
    1.27 +            cc_core_pass_2      \
    1.28 +            libc                \
    1.29 +            cc                  \
    1.30 +            libc_finish         \
    1.31 +            binutils_target     \
    1.32 +            tools               \
    1.33 +            debug               \
    1.34 +
    1.35 +export CT_STEPS
    1.36  
    1.37  $(CT_STEPS):
    1.38  	@$(CT_NG) RESTART=$@ STOP=$@ build