]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix INSTALL description for modified files in source dir
authorAndreas Jaeger <aj@suse.de>
Fri, 18 May 2012 18:30:51 +0000 (20:30 +0200)
committerAndreas Jaeger <aj@suse.de>
Fri, 18 May 2012 18:30:51 +0000 (20:30 +0200)
ChangeLog
INSTALL
manual/install.texi

index 8d34cdee5f74465cdda6abb726f7d976e3ff7c68..a42d6e0ce01590652c2a43e78b070a4c4d13f63e 100644 (file)
--- 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 412053de254eb1fc91acd878c3b0de117b60456e..5b9b8d2bd8f4c39f6fe1515739ade1a93ca9cab3 100644 (file)
--- 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
index 3b6c1ed0231878ccf3e316685402fc21e5ffc2b9..0abb57eb518304e9cbee056089344eefbc5c6613 100644 (file)
@@ -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