From 266e38cc13fe4f1388dfc792349a9dc333b87de6 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 25 May 2007 19:30:42 +0000 Subject: Add the possibility to stop after a specified step. Update the Makefile help and the documentation accordingly. --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2dc36291..1e86f70c 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,7 @@ export CT_TOP_DIR=$(shell pwd) # This is crosstool-ng version string export CT_VERSION=$(shell cat $(CT_TOP_DIR)/version) +export CT_STOP=$(STOP) export CT_RESTART=$(RESTART) .PHONY: all @@ -35,8 +36,11 @@ 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 'Execute "make" or "make all" to build all targets marked with [*]' - @echo 'Pass RESTART= to restart a previously saved step (read doc first!)' .config: $(CONFIG_FILES) $(CT_TOP_DIR)/config/debug.in @make oldconfig -- cgit v1.2.3