Gentoo Archives: gentoo-user

From: "Jc García" <jyo.garcia@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ?
Date: Sat, 28 Mar 2015 17:08:34
Message-Id: CAGQH77eQub8wzgfHH_b6PU1Pht7GVBx78RiDea_FK=TV2FEf7w@mail.gmail.com
In Reply to: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? by James
1 2015-03-28 8:36 GMT-06:00 James <wireless@×××××××××××.com>:
2 >Is there an easy way to look at them
3 > *without* compiling the ebuild ?
4 >
5
6 I use /usr/bin/ebuild for this, emege run this when building, just
7 run the build up to the prepare function so patches are applied if
8 any, and look in /var/tmp/portage/cat/pkg/work/ for the 'prepared'
9 sources.
10
11 (As root or as the portage user)
12
13 # ebuild $PORTDIR/cat/pkg/pkg-00.ebuild prepare
14
15 I have this alias in my bashrc for using the ebuild command easily.
16
17 alias=" sudo -u portage ebuild "

Replies

Subject Author
Re: [gentoo-user] Re: configure.ac and Makefile.am easy_view ? "Jc García" <jyo.garcia@×××××.com>
[gentoo-user] Re: configure.ac and Makefile.am easy_view ? James <wireless@×××××××××××.com>