diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2010-02-17 15:01:56 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2010-02-17 15:01:56 +0000 |
commit | ce4f5f76abcdc6c889bfc3815bd106e9088591cd (patch) | |
tree | 22256c81d19d7f418dad7b36fef356acde2db981 /winsup/utils/Makefile.in | |
parent | c4889b234155f454d98cae5293d81877d92cef1e (diff) | |
download | cygnal-ce4f5f76abcdc6c889bfc3815bd106e9088591cd.tar.gz cygnal-ce4f5f76abcdc6c889bfc3815bd106e9088591cd.tar.bz2 cygnal-ce4f5f76abcdc6c889bfc3815bd106e9088591cd.zip |
* Makefile.in (CYGWIN_BINS): Rename getlocale to locale.
* getlocale.c: Rename to ...
* locale.cc: Revamp to add full functionality of POSIX locale(1) tool,
as far as Cygwin supports it.
* utils.sgml (getlocale): Move and rename to ...
(locale): Accommodate new functionality.
Diffstat (limited to 'winsup/utils/Makefile.in')
-rw-r--r-- | winsup/utils/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/Makefile.in b/winsup/utils/Makefile.in index 04ce39fad..165ac60aa 100644 --- a/winsup/utils/Makefile.in +++ b/winsup/utils/Makefile.in @@ -52,7 +52,7 @@ MINGW_CXX := ${srcdir}/mingw ${CXX} -I${updir} # List all binaries to be linked in Cygwin mode. Each binary on this list # must have a corresponding .o of the same name. -CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl getlocale ldd kill mkgroup \ +CYGWIN_BINS := ${addsuffix .exe,cygpath getfacl ldd locale kill mkgroup \ mkpasswd mount passwd ps regtool setfacl setmetamode ssp umount} # List all binaries to be linked in MinGW mode. Each binary on this list |