Gentoo Archives: gentoo-user

From: Michael Orlitzky <mjo@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ?
Date: Sun, 29 Mar 2015 06:24:19
Message-Id: 55179A80.9040108@gentoo.org
In Reply to: Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? by Franz Fellner
1 On 03/29/2015 02:06 AM, Franz Fellner wrote:
2 >>
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 don't need to be inside
8 > 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.ebuild
14 prepare
15
16 $ emerge xjobs
17 ^C
18
19 Ain't nobody got time for that =)

Replies

Subject Author
Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? Peter Humphrey <peter@××××××××××××.uk>