mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 10:46:26 +00:00
samples: refine the listing of all samples for canadian samples
For canadian samples, display the sample as: target-tuple (host: host-tuple)
This commit is contained in:
parent
27c1a5fa3f
commit
df239bc7ee
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user