Sort samples.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Mon Jun 23 08:07:14 2008 +0000 (2008-06-23)
changeset 605c9c5a29cb295
parent 604 f4042e5f5135
child 606 a06604ee9073
Sort samples.

/trunk/samples/samples.mk | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
samples/samples.mk
     1.1 --- a/samples/samples.mk	Sun Jun 22 17:33:51 2008 +0000
     1.2 +++ b/samples/samples.mk	Mon Jun 23 08:07:14 2008 +0000
     1.3 @@ -4,7 +4,7 @@
     1.4  CT_TOP_SAMPLES := $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config))
     1.5  CT_LIB_SAMPLES := $(filter-out $(CT_TOP_SAMPLES),$(patsubst $(CT_LIB_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_LIB_DIR)/samples/*/crosstool.config)))
     1.6  
     1.7 -CT_SAMPLES := $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES)
     1.8 +CT_SAMPLES := $(sort $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES))
     1.9  
    1.10  help-config::
    1.11  	@echo  '  saveconfig         - Save current config as a preconfigured target'