diff options
author | 2012-05-23 03:24:44 +0000 | |
---|---|---|
committer | 2012-05-23 03:24:44 +0000 | |
commit | 0c3685dd8327bbce2b109100e27458eb302c84df (patch) | |
tree | cfc9ee8b43136451fca3369cf7642b67e1b82d28 /eclass/ChangeLog | |
parent | Fix building with glibc-2.16+. (diff) | |
download | gentoo-2-0c3685dd8327bbce2b109100e27458eb302c84df.tar.gz gentoo-2-0c3685dd8327bbce2b109100e27458eb302c84df.tar.bz2 gentoo-2-0c3685dd8327bbce2b109100e27458eb302c84df.zip |
Avoid using 'make' for installing; use 'mkdir -p' for creating the directories to solve parallel install issues (Apache's script is not safe, but we expect a working mkdir -p). Tested on a 32-way system.
Diffstat (limited to 'eclass/ChangeLog')
-rw-r--r-- | eclass/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index edd97411e9aa..b8c785218792 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for eclass directory # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.263 2012/05/22 14:29:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.264 2012/05/23 03:24:44 flameeyes Exp $ + + 23 May 2012; Diego E. Pettenò <flameeyes@gentoo.org> apache-2.eclass: + Avoid using 'make' for installing; use 'mkdir -p' for creating the + directories to solve parallel install issues (Apache's script is not safe, + but we expect a working mkdir -p). Tested on a 32-way system. 22 May 2012; Michał Górny <mgorny@gentoo.org> autotools-utils.eclass: Call eaclocal unconditionally; _elibtoolize no longer does that. |