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 /NEWS | |
parent | 9714012ca015f1f6763f66bd74d6f3f9e1512b36 (diff) | |
download | glibc-a82a3db95077c8343b988a6f1b03adea3d40f6d4.tar.gz |
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 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ Version 2.22 18211, 18217, 18220, 18221, 18234, 18244, 18247, 18287, 18319, 18324, 18333, 18346, 18397, 18409, 18410, 18412, 18418, 18422, 18434, 18444, 18468, 18469, 18470, 18479, 18483, 18495, 18496, 18497, 18498, 18507, - 18519, 18520, 18522. + 18512, 18519, 18520, 18522. * Cache information can be queried via sysconf() function on s390 e.g. with _SC_LEVEL1_ICACHE_SIZE as argument. |