Gentoo Archives: gentoo-user

From: "Canek Peláez Valdés" <caneko@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation?
Date: Mon, 19 Aug 2013 06:07:13
Message-Id: CADPrc80Vr2g0GbLM964jtjJuQV6uK8bTpRyQUHxvSjKd--VY1Q@mail.gmail.com
In Reply to: [gentoo-user] how can I pause emerge after it finish running configure or cmake and before it do any compilation? by "东方巽雷"
1 if the package uses autoconf/automake:
2
3 ebuild /usr/portage/<cat>/<pkg>/<pkg>-<ver>.ebuild configure
4 [edit Makefile]
5 touch /var/tmp/portage/<cat>/</pkg>-<ver>/.configured
6 ebuild /usr/portage/<cat>/<pkg>/<pkg>-<ver>.ebuild install
7
8 I think it would be easier to put the package in an overlay and edit the ebuild.
9
10 Regards.
11
12
13 On Mon, Aug 19, 2013 at 12:58 AM, 东方巽雷 <dongfangxunlei@×××××.com> wrote:
14 > I need to change some arguments in Makefile.
15
16
17
18 --
19 Canek Peláez Valdés
20 Posgrado en Ciencia e Ingeniería de la Computación
21 Universidad Nacional Autónoma de México