Gentoo Archives: gentoo-user

From: Alexey Mishustin <shumkar@×××××××.ru>
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:09:52
Message-Id: CAGWFrgvXa0ntr5_j_jt0sPuanptk5eak=QXJeW4P=NuVLS7SPA@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 2013/8/19 东方巽雷 <dongfangxunlei@×××××.com>:
2 > I need to change some arguments in Makefile.
3
4 You might want to use a low-level interface to the Portage system 'ebuild':
5
6 ebuild path/to/package.ebuild fetch
7 ebuild path/to/package.ebuild unpack
8 ===make you changes here (where unpacked, in /tmp)===
9 ebuild path/to/package.ebuild compile
10 ebuild path/to/package.ebuild install
11 ebuild path/to/package.ebuild qmerge
12
13 --
14 Regards,
15 Alex

Replies