From 9d8b0a6829a654a414244ca77923faf40cf1e74f Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sun, 1 Jun 2008 21:12:00 +0000 Subject: 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(-) --- samples/samples.mk | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'samples') diff --git a/samples/samples.mk b/samples/samples.mk index 000ec3bc..6ae74aee 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- - show a brief overview of ' + @echo ' list-samples - prints the list of all samples (for scripting)' + @echo ' show- - show a brief overview of (list below)' + @echo ' - preconfigure crosstool-NG with (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 -- cgit v1.2.3