diff options
author | Andreas Jaeger <aj@suse.de> | 2012-05-18 20:30:51 +0200 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2012-05-18 20:30:51 +0200 |
commit | e6bdb741d11a5c408f1f162b4d649b93d8012ec9 (patch) | |
tree | 7ffbf259cd3973764cdf164f38f927b0c1354ac8 /INSTALL | |
parent | 1b74487e904d7e17eda4278598632d2cd81d8068 (diff) | |
download | glibc-e6bdb741d11a5c408f1f162b4d649b93d8012ec9.tar glibc-e6bdb741d11a5c408f1f162b4d649b93d8012ec9.tar.gz glibc-e6bdb741d11a5c408f1f162b4d649b93d8012ec9.tar.bz2 glibc-e6bdb741d11a5c408f1f162b4d649b93d8012ec9.zip |
Fix INSTALL description for modified files in source dir
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |