# HG changeset patch # User "Yann E. MORIN" # Date 1214208434 0 # Node ID c9c5a29cb29575ae30a10f85088fcd06d30808d0 # Parent f4042e5f51354513fec86dce6aba70b501ffd87f Sort samples. /trunk/samples/samples.mk | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -r f4042e5f5135 -r c9c5a29cb295 samples/samples.mk --- a/samples/samples.mk Sun Jun 22 17:33:51 2008 +0000 +++ b/samples/samples.mk Mon Jun 23 08:07:14 2008 +0000 @@ -4,7 +4,7 @@ CT_TOP_SAMPLES := $(patsubst $(CT_TOP_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_TOP_DIR)/samples/*/crosstool.config)) CT_LIB_SAMPLES := $(filter-out $(CT_TOP_SAMPLES),$(patsubst $(CT_LIB_DIR)/samples/%/crosstool.config,%,$(wildcard $(CT_LIB_DIR)/samples/*/crosstool.config))) -CT_SAMPLES := $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES) +CT_SAMPLES := $(sort $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES)) help-config:: @echo ' saveconfig - Save current config as a preconfigured target'