Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Wolff <towo@towo.net>2018-03-08 02:08:29 +0300
committerCorinna Vinschen <corinna@vinschen.de>2018-03-12 14:09:44 +0300
commitc8d96a96eab0d2354b5c36b394e3fced60216b05 (patch)
tree6e8a5c12101957bc49953aecee0a0d0a77d0e60b /newlib/Makefile.am
parenta3527300049872d68dcaf0f9faf6bb2a86d50f45 (diff)
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*.
Diffstat (limited to 'newlib/Makefile.am')
-rw-r--r--newlib/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/newlib/Makefile.am b/newlib/Makefile.am
index 205705d88..809d49238 100644
--- a/newlib/Makefile.am
+++ b/newlib/Makefile.am
@@ -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