Home | History | Annotate | Download | only in data

Lines Matching full:echo

359 	@echo "generating $@ (list of data files)"
362 echo $$file >> $@; \
368 @echo "Unpacking $(ICUDATA_SOURCE_ARCHIVE) and generating $@ (list of data files)"
372 @echo "$@" > $@
383 echo $(MKINSTALLDIRS) $(BUILD_DIRS); \
466 $(INVOKE) echo ALL_CFU_SOURCE: $(ALL_CFU_SOURCE)
467 $(INVOKE) echo CFU_FILES: $(CFU_FILES)
468 $(INVOKE) echo CFU_FILES_SHORT: $(CFU_FILES_SHORT)
488 @echo "generating $@ (list of installed collation locales)"; \
490 echo "// Warning this file is automatically generated" > $@; \
491 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \
492 echo " InstalledLocales {" >> $@; \
494 echo " $$file {\"\"}" >> $@; \
496 echo " }" >> $@; \
497 echo "}" >> $@;
507 @echo "generating $@ (list of installed break locales)"; \
509 echo "// Warning this file is automatically generated" > $@; \
510 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \
511 echo " InstalledLocales {" >> $@; \
513 echo " $$file {\"\"}" >> $@; \
515 echo " }" >> $@; \
516 echo "}" >> $@;
526 @echo "generating $@ (list of installed RBNF locales)"; \
528 echo "// Warning this file is automatically generated" > $@; \
529 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \
530 echo " InstalledLocales {" >> $@; \
532 echo " $$file {\"\"}" >> $@; \
534 echo " }" >> $@; \
535 echo "}" >> $@;
558 @echo Note: $(MISCSRCDIR)/zoneinfo.txt is IGNORED because $(TZDATA) is present.
563 @echo "$(MAKE)[$(MAKELEVEL)]: Making \`$(ZONEINFO)' in \`$(TZCODE_DIR)'"; \
576 @echo "generating $@ (list of installed locales)"; \
578 echo "// Warning this file is automatically generated" > $@; \
579 echo "$(INDEX_NAME):table(nofallback) {" >> $@; \
580 echo " CLDRVersion { \"$(GENRB_CLDR_VERSION)\" }" >> $@; \
581 echo " InstalledLocales {" >> $@; \
583 echo " $$file {\"\"}" >> $@; \
585 echo " }" >> $@; \
586 echo "}" >> $@;
600 @echo Unicode .icu files built to $(BUILDDIR)
601 @echo Unicode .c source files built to $(OUTTMPDIR)
626 @echo "generating $@ (list of 390 data files)"
629 echo $$file >> $@; \