mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
samples: add an action to print details for all samples
This commit is contained in:
parent
75cb688486
commit
27c1a5fa3f
@ -16,7 +16,7 @@ _ct-ng () {
|
||||
|
||||
actions='help menuconfig oldconfig saveconfig
|
||||
build build. build-all build-all.
|
||||
list-samples list-steps show-tuple
|
||||
list-samples list-steps show-tuple show-all
|
||||
clean distclean wiki-samples updatetools
|
||||
tarball version'
|
||||
|
||||
|
@ -41,6 +41,10 @@ PHONY += $(patsubst %,show-%,$(CT_SAMPLES))
|
||||
$(patsubst %,show-%,$(CT_SAMPLES)):
|
||||
@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
|
||||
|
||||
# Prints the details of all samples
|
||||
PHONY += show-all
|
||||
show-all: $(patsubst %,show-%,$(CT_SAMPLES))
|
||||
|
||||
# print the list of all available samples
|
||||
PHONY += list-samples
|
||||
list-samples: FORCE
|
||||
|
Loading…
x
Reference in New Issue
Block a user