From ef660a90ce34e57fddd8f2bf193c041ed3388360 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 22 Jul 2007 21:29:42 +0000 Subject: Move CREDITS to docs/ Be a bit verbose when restoring a sample. --- samples/samples.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 3d1dc604..221e82a2 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -20,7 +20,9 @@ help-build:: # How we do build one sample PHONY += $(CT_SAMPLES) $(CT_SAMPLES): + @echo 'Configuring for "$@"' @$(CT_NG) $(patsubst %,copy_config_%,$(@)) oldconfig + @echo 'Execute "$(CT_NG) build" to build your toolchain' $(patsubst %,copy_config_%,$(CT_SAMPLES)): @if [ -f $(CT_TOP_DIR)/samples/$(patsubst copy_config_%,%,$(@))/crosstool.config ]; then \ -- cgit v1.2.3