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:
parent
a352730004
commit
c8d96a96ea
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue