From df239bc7eef2e77df1402d3ec14deb1a22d44f27 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 3 Jan 2010 18:40:35 +0100 Subject: samples: refine the listing of all samples for canadian samples For canadian samples, display the sample as: target-tuple (host: host-tuple) diff --git a/samples/samples.mk b/samples/samples.mk index 8502f6f..a67a0ad 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -48,7 +48,7 @@ show-all: $(patsubst %,show-%,$(CT_SAMPLES)) # 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) -- cgit v0.10.2-6-g49f6