samples/samples.mk
changeset 1813 26974c3670fd
parent 1789 dcfe244fc65a
child 1876 a6a4beab3125
     1.1 --- a/samples/samples.mk	Sun Jan 31 20:10:14 2010 +0100
     1.2 +++ b/samples/samples.mk	Wed Feb 03 00:24:24 2010 +0100
     1.3 @@ -5,10 +5,10 @@
     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  CT_SAMPLES := $(shell echo $(sort $(CT_TOP_SAMPLES) $(CT_LIB_SAMPLES))  \
     1.7 -                      |sed -r -e 's/ /\n/g;'                            \
     1.8 -                      |sed -r -e 's/(.*),(.*)/\2,\1/;'                  \
     1.9 +                      |$(sed) -r -e 's/ /\n/g;'                            \
    1.10 +                      |$(sed) -r -e 's/(.*),(.*)/\2,\1/;'                  \
    1.11                        |LC_ALL=C sort                                    \
    1.12 -                      |sed -r -e 's/(.*),(.*)/\2,\1/;'                  \
    1.13 +                      |$(sed) -r -e 's/(.*),(.*)/\2,\1/;'                  \
    1.14                 )
    1.15  
    1.16  # ----------------------------------------------------------