samples: refine the listing of all samples for canadian samples
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jan 03 18:40:35 2010 +0100 (2010-01-03)
changeset 168493d751a8efd7
parent 1683 09ae4c09ba83
child 1685 ecccce88fc71
samples: refine the listing of all samples for canadian samples

For canadian samples, display the sample as:
target-tuple (host: host-tuple)
samples/samples.mk
     1.1 --- a/samples/samples.mk	Sun Jan 03 18:36:07 2010 +0100
     1.2 +++ b/samples/samples.mk	Sun Jan 03 18:40:35 2010 +0100
     1.3 @@ -48,7 +48,7 @@
     1.4  # print the list of all available samples
     1.5  PHONY += list-samples
     1.6  list-samples: FORCE
     1.7 -	@echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;'
     1.8 +	@echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;' |sed -r -e 's/(.*),(.*)/\2 \(host: \1\)/;'
     1.9  
    1.10  wiki-samples:
    1.11  	$(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh -w $(CT_SAMPLES)