Gentoo Archives: gentoo-user

From: Peter Humphrey <peter@××××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ?
Date: Sun, 29 Mar 2015 09:46:47
Message-Id: 1587238.cX5NeOUyy6@wstn
In Reply to: Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? by Michael Orlitzky
1 On Sunday 29 March 2015 02:24:00 Michael Orlitzky wrote:
2 > On 03/29/2015 02:06 AM, Franz Fellner wrote:
3 > >> Yeah, but I have to be in the directory where the ebuild lives for that
4 > >> to work. `emerge foo` works anywhere. It's also more flexible -- if I
5 > >> want the *unpatched* files, I just Ctrl-C earlier =)
6 > >
7 > > The ebuild-command works from every directory (at least for me ;)), you
8 > > don't need to be inside the directory where the ebuild lives.
9 >
10 > Well, yeah, but you have to give it the full path then:
11 >
12 > $ ebuild
13 > /var/cache/portage/repositories/gentoo/sys-process/xjobs/xjobs-20140125.eb
14 > uild prepare
15 >
16 > $ emerge xjobs
17 > ^C
18 >
19 > Ain't nobody got time for that =)
20
21 $ ebuild $(equery w xjobs) prepare
22
23 --
24 Rgds
25 Peter.

Replies

Subject Author
[gentoo-user] Re: configure.ac and Makefile.am easy_view ? James <wireless@×××××××××××.com>
Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? Michael Orlitzky <mjo@g.o>