samples/samples.mk
changeset 301 2be7232a73ac
parent 261 4b8cba298bf3
child 333 d647d0e6021e
     1.1 --- a/samples/samples.mk	Sun Jul 15 09:09:04 2007 +0000
     1.2 +++ b/samples/samples.mk	Sat Jul 28 21:34:41 2007 +0000
     1.3 @@ -20,7 +20,9 @@
     1.4  # How we do build one sample
     1.5  PHONY += $(CT_SAMPLES)
     1.6  $(CT_SAMPLES):
     1.7 +	@echo  'Configuring for "$@"'
     1.8  	@$(CT_NG) $(patsubst %,copy_config_%,$(@)) oldconfig
     1.9 +	@echo  'Execute "$(CT_NG) build" to build your toolchain'
    1.10  
    1.11  $(patsubst %,copy_config_%,$(CT_SAMPLES)):
    1.12  	@if [ -f $(CT_TOP_DIR)/samples/$(patsubst copy_config_%,%,$(@))/crosstool.config ]; then                    \