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-966-ge6bdb74


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  e6bdb741d11a5c408f1f162b4d649b93d8012ec9 (commit)
      from  1b74487e904d7e17eda4278598632d2cd81d8068 (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=e6bdb741d11a5c408f1f162b4d649b93d8012ec9

commit e6bdb741d11a5c408f1f162b4d649b93d8012ec9
Author: Andreas Jaeger <aj@suse.de>
Date:   Fri May 18 20:30:51 2012 +0200

    Fix INSTALL description for modified files in source dir

diff --git a/ChangeLog b/ChangeLog
index 8d34cde..a42d6e0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2012-05-18  Andreas Jaeger  <aj@suse.de>
+	    Carlos O'Donell  <carlos_odonell@mentor.com>
+
+	* manual/install.texi (Configuring and compiling): Update
+	description about files modified in the source directory.
+        * INSTALL: Regenerated.
+
 2012-05-18  H.J. Lu  <hongjiu.lu@intel.com>
 
 	* sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
diff --git a/INSTALL b/INSTALL
index 412053d..5b9b8d2 100644
--- a/INSTALL
+++ b/INSTALL
@@ -31,8 +31,8 @@ at the top level of the source tree.  In the scenario above, you'd type
      $ ../glibc-VERSION/configure ARGS...
 
    Please note that even though you're building in a separate build
-directory, the compilation needs to modify a few files in the source
-directory, especially some files in the manual subdirectory.
+directory, the compilation may need to create or modify files and
+directories in the source directory.
 
 `configure' takes many options, but the only one that is usually
 mandatory is `--prefix'.  This option tells `configure' where you want
diff --git a/manual/install.texi b/manual/install.texi
index 3b6c1ed..0abb57e 100644
--- a/manual/install.texi
+++ b/manual/install.texi
@@ -50,8 +50,8 @@ $ ../glibc-@var{version}/configure @var{args@dots{}}
 @end smallexample
 
 Please note that even though you're building in a separate build
-directory, the compilation needs to modify a few files in the source
-directory, especially some files in the manual subdirectory.
+directory, the compilation may need to create or modify files and
+directories in the source directory.
 
 @noindent
 @code{configure} takes many options, but the only one that is usually

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

Summary of changes:
 ChangeLog           |    7 +++++++
 INSTALL             |    4 ++--
 manual/install.texi |    4 ++--
 3 files changed, 11 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]