From de5df0533c0bde20f08d788543feac6915a2a5f7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 27 May 2007 20:22:06 +0000 Subject: 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... --- Makefile.steps | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Makefile.steps (limited to 'Makefile.steps') diff --git a/Makefile.steps b/Makefile.steps new file mode 100644 index 00000000..4b181654 --- /dev/null +++ b/Makefile.steps @@ -0,0 +1,50 @@ +# Makefile for each steps +# Copyright 2006 Yann E. MORIN + +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 %-,%,$@) -- cgit v1.2.3