Makefile.steps
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun May 27 20:22:06 2007 +0000 (2007-05-27)
changeset 136 22b5ef41df97
child 148 567f1673d59d
permissions -rw-r--r--
Merge the NPTL stuff.
That still leaves the linuxthreads stuff broken, but it was just before. I don't care anyway. Time to fix that later...
     1 # Makefile for each steps
     2 # Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>
     3 
     4 libc_check_config       \
     5 kernel_check_config     \
     6 kernel_headers          \
     7 binutils                \
     8 cc_core_pass_1          \
     9 libc_headers            \
    10 libc_start_files        \
    11 cc_core_pass_2          \
    12 libfloat                \
    13 libc                    \
    14 cc                      \
    15 libc_finish             \
    16 debug                   \
    17 :
    18 	@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
    19 
    20 -libc_check_config      \
    21 -kernel_check_config    \
    22 -kernel_headers         \
    23 -binutils               \
    24 -cc_core_pass_1         \
    25 -libc_headers           \
    26 -libc_start_files       \
    27 -cc_core_pass_2         \
    28 -libfloat               \
    29 -libc                   \
    30 -cc                     \
    31 -libc_finish            \
    32 -debug                  \
    33 :
    34 	@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
    35 
    36 libc_check_config-      \
    37 kernel_check_config-    \
    38 kernel_headers-         \
    39 binutils-               \
    40 cc_core_pass_1-         \
    41 libc_headers-           \
    42 libc_start_files-       \
    43 cc_core_pass_2-         \
    44 libfloat-               \
    45 libc-                   \
    46 cc-                     \
    47 libc_finish-            \
    48 debug-                  \
    49 :
    50 	@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)