kernel: move the headers install step
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jan 22 22:52:57 2011 +0100 (2011-01-22)
changeset 2304ee3185cdaf1b
parent 2303 88871c8621b8
child 2305 2ed26c646568
kernel: move the headers install step

The kernel headers are only needed just before we build
the C library headers, and need not be present before.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
steps.mk
     1.1 --- a/steps.mk	Thu Feb 17 23:05:34 2011 +0100
     1.2 +++ b/steps.mk	Sat Jan 22 22:52:57 2011 +0100
     1.3 @@ -17,7 +17,6 @@
     1.4  # Please keep the last line with a '\' and keep the following empy line:
     1.5  # it helps when diffing and merging.
     1.6  CT_STEPS := libc_check_config   \
     1.7 -            kernel_headers      \
     1.8              gmp                 \
     1.9              mpfr                \
    1.10              ppl                 \
    1.11 @@ -28,6 +27,7 @@
    1.12              elf2flt             \
    1.13              sstrip              \
    1.14              cc_core_pass_1      \
    1.15 +            kernel_headers      \
    1.16              libc_start_files    \
    1.17              cc_core_pass_2      \
    1.18              libc                \