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 | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1e86f70c..823e97ed 100644 --- a/Makefile +++ b/Makefile @@ -31,10 +31,15 @@ help:: @echo ' distclean - Remove generated files, configuration and build directories' include $(CT_TOP_DIR)/tools/Makefile +include $(CT_TOP_DIR)/Makefile.steps help:: @echo 'Distribution targets:' @echo ' tarball - Build a tarball of the configured toolchain' + @echo '' + @echo 'Environement variables:' + @echo ' STOP - Stop the build just after this step' + @echo ' RESTART - Restart the build just before this step' @echo @echo 'Environement variables:' @echo ' STOP - Stop the build just after this step' @@ -56,4 +61,5 @@ tarball: .PHONY: distclean distclean:: clean @rm -f .config* ..config.tmp + @rm -f log.* @rm -rf "$(CT_TOP_DIR)/targets" -- cgit v1.2.3