steps.mk
changeset 1174 7710d81d15e7
parent 1143 eee9e8de51e3
child 1324 48c12c696778
     1.1 --- a/steps.mk	Sun Jan 18 17:45:10 2009 +0000
     1.2 +++ b/steps.mk	Thu Jan 29 18:53:32 2009 +0000
     1.3 @@ -14,7 +14,7 @@
     1.4  # ----------------------------------------------------------
     1.5  # The steps list
     1.6  
     1.7 -# Please keep the last line with a '\' and keep the folowing empy line:
     1.8 +# Please keep the last line with a '\' and keep the following empy line:
     1.9  # it helps when diffing and merging.
    1.10  CT_STEPS := libc_check_config   \
    1.11              kernel_headers      \
    1.12 @@ -33,6 +33,7 @@
    1.13              binutils_target     \
    1.14              tools               \
    1.15              debug               \
    1.16 +            finish              \
    1.17  
    1.18  # Make the list available to sub-processes (scripts/crosstool-NG.sh needs it)
    1.19  export CT_STEPS