diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-05-15 13:35:09 -0400 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-05-15 13:35:09 -0400 |
commit | bd25564e1e98910ed69043ed6a6f884ce60e5780 (patch) | |
tree | 76b63ae4d281a28b7a00956504eb8ea13e8e2118 /posix/Makefile | |
parent | bac102db9293f3f619c319312e05dfeb7051a7ad (diff) | |
download | glibc-bd25564e1e98910ed69043ed6a6f884ce60e5780.tar.gz glibc-bd25564e1e98910ed69043ed6a6f884ce60e5780.tar.xz glibc-bd25564e1e98910ed69043ed6a6f884ce60e5780.zip |
Provide more helpful error message in getopt
If provide with an ambiguous long option we now show all the possibilities.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 373e50b0a9..e89f21e5b3 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991-1999, 2000-2007, 2009, 2010 Free Software Foundation, Inc. +# Copyright (C) 1991-2007, 2009, 2010, 2011 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -94,7 +94,7 @@ tests := tstgetopt testfnm runtests runptests \ tst-rfc3484-3 \ tst-getaddrinfo3 tst-fnmatch2 tst-cpucount tst-cpuset \ bug-getopt1 bug-getopt2 bug-getopt3 bug-getopt4 \ - bug-getopt5 + bug-getopt5 tst-getopt_long1 xtests := bug-ga2 ifeq (yes,$(build-shared)) test-srcs := globtest |