diff -r c538627f69f1 -r 68c8c1b91269 samples/samples.mk --- a/samples/samples.mk Mon May 26 21:49:36 2008 +0000 +++ b/samples/samples.mk Sat Jun 14 14:04:54 2008 +0000 @@ -10,8 +10,9 @@ @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 @@ $(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