make target for explicit Unicode data tables generation

Run 'make unidata' in newlib target directory to generate Unicode
data tables for libc functions wcwidth, tow* and isw*.
This commit is contained in:
Thomas Wolff 2018-03-08 00:08:29 +01:00 committed by Corinna Vinschen
parent a352730004
commit c8d96a96ea
1 changed files with 9 additions and 0 deletions

View File

@ -382,6 +382,15 @@ endif
done ; \
else true; fi
# Generate Unicode data tables for libc/string/wcwidth and libc/ctype/??w*
unidata:
cd $(srcdir)/libc/string; ./mkunidata
cd $(srcdir)/libc/ctype; ./mkunidata
unidate-download:
cd $(srcdir)/libc/string; ./mkunidata -u
cd $(srcdir)/libc/ctype; ./mkunidata -u
# Force makedoc to be built before building info files.
info-recursive: doc/makedoc
dvi-recursive: doc/makedoc