From a82a3db95077c8343b988a6f1b03adea3d40f6d4 Mon Sep 17 00:00:00 2001 From: Martin Sebor Date: Fri, 12 Jun 2015 13:15:57 -0600 Subject: 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. --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 3e6b877dfa..ba9f629452 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2015-06-12 Martin Sebor + + [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 [BZ #18519] -- cgit 1.4.1