This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-212-gfb06851


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  fb06851d67ff93d7b79cb28d0c582b08fc553ad9 (commit)
      from  d510c12326901bb3725a7e5a3b7602a3e266be56 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=fb06851d67ff93d7b79cb28d0c582b08fc553ad9

commit fb06851d67ff93d7b79cb28d0c582b08fc553ad9
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Tue Feb 21 02:19:14 2012 +0000

    Fix stray word in line-wrapped comment in install.texi.

diff --git a/ChangeLog b/ChangeLog
index 5bc4a82..d0352f6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2012-02-21  Joseph Myers  <joseph@codesourcery.com>
+
+	* manual/install.texi: Fix stray word in line-wrapped comment.
+
 2012-02-20  David S. Miller  <davem@davemloft.net>
 
 	* sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
diff --git a/INSTALL b/INSTALL
index 3f43f05..0b86eea 100644
--- a/INSTALL
+++ b/INSTALL
@@ -101,8 +101,6 @@ will be used, and CFLAGS sets optimization options for the compiler.
      Use this option if your computer lacks hardware floating-point
      support and your operating system does not emulate an FPU.
 
-     these
-
 `--disable-shared'
      Don't build shared libraries even if it is possible.  Not all
      systems support shared libraries; you need ELF support and
diff --git a/manual/install.texi b/manual/install.texi
index 8bfd5f1..1656c5e 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -122,8 +122,7 @@ and your operating system does not emulate an FPU.
 
 @c disable static doesn't work currently
 @c @item --disable-static
-@c Don't build static libraries.  Static libraries aren't that useful
- these
+@c Don't build static libraries.  Static libraries aren't that useful these
 @c days, but we recommend you build them in case you need them.
 
 @item --disable-shared

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog           |    4 ++++
 INSTALL             |    2 --
 manual/install.texi |    3 +--
 3 files changed, 5 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]