# HG changeset patch # User "Yann E. MORIN" # Date 1295733177 -3600 # Node ID ee3185cdaf1b3a889ac8e46bf48dfa726aab337b # Parent 88871c8621b8d786de0ae4588f281e0dd7d92f6c 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" diff -r 88871c8621b8 -r ee3185cdaf1b steps.mk --- a/steps.mk Thu Feb 17 23:05:34 2011 +0100 +++ b/steps.mk Sat Jan 22 22:52:57 2011 +0100 @@ -17,7 +17,6 @@ # Please keep the last line with a '\' and keep the following empy line: # it helps when diffing and merging. CT_STEPS := libc_check_config \ - kernel_headers \ gmp \ mpfr \ ppl \ @@ -28,6 +27,7 @@ elf2flt \ sstrip \ cc_core_pass_1 \ + kernel_headers \ libc_start_files \ cc_core_pass_2 \ libc \