Fix INSTALL description for modified files in source dir

This commit is contained in:
Andreas Jaeger 2012-05-18 20:30:51 +02:00
parent 1b74487e90
commit e6bdb741d1
3 changed files with 11 additions and 4 deletions

View File

@ -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> 2012-05-18 H.J. Lu <hongjiu.lu@intel.com>
* sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return

View File

@ -31,8 +31,8 @@ at the top level of the source tree. In the scenario above, you'd type
$ ../glibc-VERSION/configure ARGS... $ ../glibc-VERSION/configure ARGS...
Please note that even though you're building in a separate build 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, the compilation may need to create or modify files and
directory, especially some files in the manual subdirectory. directories in the source directory.
`configure' takes many options, but the only one that is usually `configure' takes many options, but the only one that is usually
mandatory is `--prefix'. This option tells `configure' where you want mandatory is `--prefix'. This option tells `configure' where you want

View File

@ -50,8 +50,8 @@ $ ../glibc-@var{version}/configure @var{args@dots{}}
@end smallexample @end smallexample
Please note that even though you're building in a separate build 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, the compilation may need to create or modify files and
directory, especially some files in the manual subdirectory. directories in the source directory.
@noindent @noindent
@code{configure} takes many options, but the only one that is usually @code{configure} takes many options, but the only one that is usually