samples/samples.mk
changeset 1684 93d751a8efd7
parent 1683 09ae4c09ba83
child 1788 9547490131d9
     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)