summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-01 21:12:00 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-01 21:12:00 (GMT)
commit9d8b0a6829a654a414244ca77923faf40cf1e74f (patch)
tree9accdc78697f9a559c7e2872027d6cb1819d4a49 /samples
parent5db396b048fedb44b3e28345e86380d7ed75ba7a (diff)
Rework a little bit the steps and samples help entries.
/trunk/docs/overview.txt | 2 1 1 0 +- /trunk/steps.mk | 7 5 2 0 +++++-- /trunk/samples/samples.mk | 8 5 3 0 +++++--- /trunk/ct-ng.in | 5 3 2 0 +++-- 4 files changed, 14 insertions(+), 8 deletions(-)
Diffstat (limited to 'samples')
-rw-r--r--samples/samples.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/samples/samples.mk b/samples/samples.mk
index 000ec3b..6ae74ae 100644
--- a/samples/samples.mk
+++ b/samples/samples.mk
@@ -10,8 +10,9 @@ help-config::
@echo ' saveconfig - Save current config as a preconfigured target'
help-samples::
- @echo ' samples - prints the list of all samples (for scripting)'
- @echo ' show-<sample> - show a brief overview of <sample>'
+ @echo ' list-samples - prints the list of all samples (for scripting)'
+ @echo ' show-<sample> - show a brief overview of <sample> (list below)'
+ @echo ' <sample> - preconfigure crosstool-NG with <sample> (list below)'
@$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
help-build::
@@ -22,7 +23,8 @@ help-build::
$(patsubst %,show-%,$(CT_SAMPLES)):
@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
-samples:
+PHONY += list-samples
+list-samples: .FORCE
@echo $(CT_SAMPLES) |sed -r -e 's/ /\n/g;' |sort
# How we do build one sample