summaryrefslogtreecommitdiff
path: root/Makefile.steps
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-27 20:22:06 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-27 20:22:06 (GMT)
commitde5df0533c0bde20f08d788543feac6915a2a5f7 (patch)
tree93bb27024a37f3953b8ae0ecc2af9dc06e0def8c /Makefile.steps
parent266e38cc13fe4f1388dfc792349a9dc333b87de6 (diff)
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...
Diffstat (limited to 'Makefile.steps')
-rw-r--r--Makefile.steps50
1 files changed, 50 insertions, 0 deletions
diff --git a/Makefile.steps b/Makefile.steps
new file mode 100644
index 0000000..4b18165
--- /dev/null
+++ b/Makefile.steps
@@ -0,0 +1,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 %-,%,$@)