linux-omap 2.6.39: sync with meta-texasinstruments
[openembedded.git] / recipes / eglibc / files / generate-supported.mk
blobd2a28c2dc63916b97686d9ea8b6656308a6f6299
1 #!/usr/bin/make
3 include $(IN)
5 all:
6 rm -f $(OUT)
7 touch $(OUT)
8 for locale in $(SUPPORTED-LOCALES); do \
9 [ $$locale = true ] && continue; \
10 echo $$locale | sed 's,/, ,' >> $(OUT); \
11 done