samples/samples.mk
changeset 544 6b15ef33e8f2
parent 539 c538627f69f1
child 560 0ca969b84057
     1.1 --- a/samples/samples.mk	Mon May 26 21:49:36 2008 +0000
     1.2 +++ b/samples/samples.mk	Sun Jun 01 21:12:00 2008 +0000
     1.3 @@ -10,8 +10,9 @@
     1.4  	@echo  '  saveconfig         - Save current config as a preconfigured target'
     1.5  
     1.6  help-samples::
     1.7 -	@echo  '  samples            - prints the list of all samples (for scripting)'
     1.8 -	@echo  '  show-<sample>      - show a brief overview of <sample>'
     1.9 +	@echo  '  list-samples       - prints the list of all samples (for scripting)'
    1.10 +	@echo  '  show-<sample>      - show a brief overview of <sample> (list below)'
    1.11 +	@echo  '  <sample>           - preconfigure crosstool-NG with <sample> (list below)'
    1.12  	@$(CT_LIB_DIR)/scripts/showSamples.sh $(CT_SAMPLES)
    1.13  
    1.14  help-build::
    1.15 @@ -22,7 +23,8 @@
    1.16  $(patsubst %,show-%,$(CT_SAMPLES)):
    1.17  	@$(CT_LIB_DIR)/scripts/showSamples.sh -v $(patsubst show-%,%,$(@))
    1.18  
    1.19 -samples:
    1.20 +PHONY += list-samples
    1.21 +list-samples: .FORCE
    1.22  	@echo $(CT_SAMPLES) |sed -r -e 's/ /\n/g;' |sort
    1.23  
    1.24  # How we do build one sample