ICU-1600 show copying.

X-SVN-Rev: 7763
This commit is contained in:
Yves Arrouye 2002-02-25 06:52:46 +00:00
parent 1fa2aa47e1
commit 57a0a7ff0e

View File

@ -135,6 +135,7 @@ void pkg_mode_files(UPKGOptions *o, FileStream *makefile, UErrorCode *status)
tail = NULL;
copyCommands = pkg_appendToList(copyCommands, &tail, uprv_strdup
("@for file in $?; do \\\n"
"\techo $(INSTALL_DATA) $$file $(TARGETDIR) ; \\\n"
"\t$(INSTALL_DATA) $$file $(TARGETDIR) ; \\\n"
"done;\n\n"));