diff -r 63a30dd47eb8 -r 82e69d88119b Makefile --- a/Makefile Thu May 17 22:10:48 2007 +0000 +++ b/Makefile Tue May 22 20:46:07 2007 +0000 @@ -9,6 +9,8 @@ # This is crosstool-ng version string export CT_VERSION=$(shell cat $(CT_TOP_DIR)/version) +export CT_RESTART=$(RESTART) + .PHONY: all all: build @@ -32,6 +34,7 @@ help:: @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