From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q0DKV-0006bK-7H for garchives@archives.gentoo.org; Thu, 17 Mar 2011 13:33:31 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D5D21C004; Thu, 17 Mar 2011 13:33:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id D40E81C004 for ; Thu, 17 Mar 2011 13:33:22 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CFF01B4077 for ; Thu, 17 Mar 2011 13:33:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id BABD68006A for ; Thu, 17 Mar 2011 13:33:21 +0000 (UTC) From: "Jory Pratt" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jory Pratt" Message-ID: Subject: [gentoo-commits] proj/mozilla:master commit in: eclass/ X-VCS-Repository: proj/mozilla X-VCS-Files: eclass/mozcoreconf-2.eclass X-VCS-Directories: eclass/ X-VCS-Committer: anarchy X-VCS-Committer-Name: Jory Pratt X-VCS-Revision: ef4034e52b0fa1b7b64d6a804088b8d9f0b0a08c Date: Thu, 17 Mar 2011 13:33:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 30987addc4aea0345ce6c436ee55695b commit: ef4034e52b0fa1b7b64d6a804088b8d9f0b0a08c Author: Jory A. Pratt gentoo org> AuthorDate: Thu Mar 17 13:33:05 2011 +0000 Commit: Jory Pratt gentoo org> CommitDate: Thu Mar 17 13:33:05 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/mozilla.git;a= =3Dcommit;h=3Def4034e5 do not break enigmail, re-enable makemake2 function --- eclass/mozcoreconf-2.eclass | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/eclass/mozcoreconf-2.eclass b/eclass/mozcoreconf-2.eclass index 2798a3b..b0739f8 100644 --- a/eclass/mozcoreconf-2.eclass +++ b/eclass/mozcoreconf-2.eclass @@ -248,6 +248,14 @@ mozconfig_init() { ! has_version ">=3Dsys-libs/glibc-2.4" && mozconfig_annotate "we have o= ld glibc" --disable-jemalloc } =20 +makemake2() { + for m in $(find ../ -name Makefile.in); do + topdir=3D$(echo "$m" | sed -r 's:[^/]+:..:g') + sed -e "s:@srcdir@:.:g" -e "s:@top_srcdir@:${topdir}:g" \ + < ${m} > ${m%.in} || die "sed ${m} failed" + done +} + # mozconfig_final: display a table describing all configuration options = paired # with reasons, then clean up extensions list mozconfig_final() {