summaryrefslogtreecommitdiff
path: root/samples/samples.mk
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-23 08:07:14 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2008-06-23 08:07:14 (GMT)
commitad3997b704621013775ba071b536d950afe63123 (patch)
tree409713ce570454c7ffe04f896946394faaf96b77 /samples/samples.mk
parentb47ac9c33959d5c25c0aab5595bfc7e534782c0a (diff)
Sort samples.
/trunk/samples/samples.mk | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat (limited to 'samples/samples.mk')
-rw-r--r--samples/samples.mk2
1 files changed, 1 insertions, 1 deletions
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'