diff options
author | Martin Sebor <msebor@redhat.com> | 2015-06-12 13:15:57 -0600 |
---|---|---|
committer | Martin Sebor <msebor@redhat.com> | 2015-06-12 13:15:57 -0600 |
commit | a82a3db95077c8343b988a6f1b03adea3d40f6d4 (patch) | |
tree | 16f417d70fc3431e77901a0535107bd8026bffd9 /ChangeLog | |
parent | 9714012ca015f1f6763f66bd74d6f3f9e1512b36 (diff) | |
download | glibc-a82a3db95077c8343b988a6f1b03adea3d40f6d4.tar.gz glibc-a82a3db95077c8343b988a6f1b03adea3d40f6d4.tar.xz glibc-a82a3db95077c8343b988a6f1b03adea3d40f6d4.zip |
Attempting to install glibc configured with --prefix=/usr into
a non-standard directory specified by the prefix make variable fails with an error. Since this is an unsupported use case, this change makes make install fail early and with a descriptive error message when either the prefix or the exec_prefix make variable is overridden on the command line.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3e6b877dfa..ba9f629452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-06-12 Martin Sebor <msebor@redhat.com> + + [BZ #18512] + * Makerules (check-install-supported): New target. + (install): Add check-install-supported as a dependency. + * manual/install.texi (Installing the C Library): Document + that overriding prefix and exec_prefix is not supported. + Mention DESTDIR. + * INSTALL: Regenerate from the above. + 2015-06-12 Joseph Myers <joseph@codesourcery.com> [BZ #18519] |