Makefile.steps
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jun 02 08:13:13 2007 +0000 (2007-06-02)
changeset 152 7f74f42ef2cc
parent 150 9fd545714174
child 181 ff64ca4ebe48
permissions -rw-r--r--
Revert revision 201: renaming the two cc_core passes was a bad idea.
     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 tools                   \
    17 debug                   \
    18 :
    19 	@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@
    20 
    21 -libc_check_config      \
    22 -kernel_check_config    \
    23 -kernel_headers         \
    24 -binutils               \
    25 -cc_core_pass_1         \
    26 -libc_headers           \
    27 -libc_start_files       \
    28 -cc_core_pass_2         \
    29 -libfloat               \
    30 -libc                   \
    31 -cc                     \
    32 -libc_finish            \
    33 -tools                  \
    34 -debug                  \
    35 :
    36 	@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)
    37 
    38 libc_check_config-      \
    39 kernel_check_config-    \
    40 kernel_headers-         \
    41 binutils-               \
    42 cc_core_pass_1-         \
    43 libc_headers-           \
    44 libc_start_files-       \
    45 cc_core_pass_2-         \
    46 libfloat-               \
    47 libc-                   \
    48 cc-                     \
    49 libc_finish-            \
    50 tools-                  \
    51 debug-                  \
    52 :
    53 	@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)