mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Sort samples.
/trunk/samples/samples.mk | 2 1 1 0 +- 1 file changed, 1 insertion(+), 1 deletion(-)
This commit is contained in:
parent
b47ac9c339
commit
ad3997b704
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user