summaryrefslogtreecommitdiff
path: root/Makefile.steps
blob: 4b1816544ca2cbc4ca9dd88a348c69ffaab6e924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Makefile for each steps
# Copyright 2006 Yann E. MORIN <yann.morin.1998@anciens.enib.fr>

libc_check_config       \
kernel_check_config     \
kernel_headers          \
binutils                \
cc_core_pass_1          \
libc_headers            \
libc_start_files        \
cc_core_pass_2          \
libfloat                \
libc                    \
cc                      \
libc_finish             \
debug                   \
:
	@make -C "$(CT_TOP_DIR)" RESTART=$@ STOP=$@

-libc_check_config      \
-kernel_check_config    \
-kernel_headers         \
-binutils               \
-cc_core_pass_1         \
-libc_headers           \
-libc_start_files       \
-cc_core_pass_2         \
-libfloat               \
-libc                   \
-cc                     \
-libc_finish            \
-debug                  \
:
	@make -C "$(CT_TOP_DIR)" STOP=$(patsubst -%,%,$@)

libc_check_config-      \
kernel_check_config-    \
kernel_headers-         \
binutils-               \
cc_core_pass_1-         \
libc_headers-           \
libc_start_files-       \
cc_core_pass_2-         \
libfloat-               \
libc-                   \
cc-                     \
libc_finish-            \
debug-                  \
:
	@make -C "$(CT_TOP_DIR)" RESTART=$(patsubst %-,%,$@)