diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 21:09:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-07-25 21:09:46 +0000 |
commit | a3b231b751694620419c112a240fc20663015596 (patch) | |
tree | 8df1d7bac9507b25eb44fce1fb96ab5b2216997a /libio/Makefile | |
parent | d54adfd98ee51ff41ffe12214aa5ae8aee32dccf (diff) | |
download | glibc-a3b231b751694620419c112a240fc20663015596.tar.gz glibc-a3b231b751694620419c112a240fc20663015596.tar.xz glibc-a3b231b751694620419c112a240fc20663015596.zip |
Update.
* libio/Makefile: Add rules build, run, and distribute tst-widetext.c. * libio/tst-widetext.c: New file. * libio/tst-widetext.input: New file. * libio/iogetwline.c (_IO_getwline_info): Pretty print.
Diffstat (limited to 'libio/Makefile')
-rw-r--r-- | libio/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/libio/Makefile b/libio/Makefile index 3232b80738..360a6a621b 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -44,7 +44,7 @@ routines := \ libc_fatal tests = tst_swprintf tst_wprintf tst_swscanf tst_wscanf tst_getwc tst_putwc \ - tst_wprintf2 + tst_wprintf2 tst-widetext all: # Make this the default target; it will be defined in Rules. @@ -68,6 +68,8 @@ CFLAGS-tst_putwc.c = -DOBJPFX=\"$(objpfx)\" tst_wprintf2-ARGS = "Some Text" +tst-widetext-ENV = LOCPATH=$(common-objpfx)localedata LANGUAGE=C + aux := fileops genops stdfiles stdio strops ifeq ($(versioning),yes) |