# HG changeset patch # User "Yann E. MORIN" # Date 1262540435 -3600 # Node ID 93d751a8efd79d9e578f50824f6f41d0a2613e00 # Parent 09ae4c09ba8302139703a629ae2ded550f41c2b2 samples: refine the listing of all samples for canadian samples For canadian samples, display the sample as: target-tuple (host: host-tuple) diff -r 09ae4c09ba83 -r 93d751a8efd7 samples/samples.mk --- a/samples/samples.mk Sun Jan 03 18:36:07 2010 +0100 +++ b/samples/samples.mk Sun Jan 03 18:40:35 2010 +0100 @@ -48,7 +48,7 @@ # print the list of all available samples PHONY += list-samples list-samples: FORCE - @echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;' + @echo $(CT_SAMPLES) |$(sed) -r -e 's/ /\n/g;' |sed -r -e 's/(.*),(.*)/\2 \(host: \1\)/;' wiki-samples: $(SILENT)$(CT_LIB_DIR)/scripts/showSamples.sh -w $(CT_SAMPLES)