From ad3997b704621013775ba071b536d950afe63123 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 23 Jun 2008 08:07:14 +0000 Subject: Sort samples. /trunk/samples/samples.mk | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/samples.mk b/samples/samples.mk index a7d3ed8..a3f8881 100644 --- a/samples/samples.mk +++ b/samples/samples.mk @@ -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' -- cgit v0.10.2-6-g49f6