Gentoo Archives: gentoo-dev

From: Andrew Gaffney <agaffney@×××××××××××.com>
To: Max Kalika <max@g.o>
Cc: Gentoo Dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] where is 'emake' defined?
Date: Tue, 24 Feb 2004 01:46:23
Message-Id: 403AAD4C.7040203@skylineaero.com
In Reply to: Re: [gentoo-dev] where is 'emake' defined? by Max Kalika
1 Max Kalika wrote:
2 > Quoting Andrew Gaffney <agaffney@×××××××××××.com>:
3 >
4 >>I'm writing a wrapper script for 'make' so that portage will show % done
5 >>compiling instead of the actual compile output, if the user chooses. If
6 >>it detects that 'make' exits with an error code, it will output the last
7 >>15 (will be configurable) lines of 'make' output.
8 >
9 > /usr/lib/portage/bin/emake
10 >
11 >>I want to edit my local copy of the 'emake' function so that my wrapper
12 >>is used instead. Where is this? Also, can you override an eclass in the
13 >>overlay? I know that portage hasn't looked for eclasses in the overlay
14 >>previously.
15 >
16 > It does now, though I don't know which takes precedence.
17
18 Okay, I've got emake modified so that my wrapper script is run, and it seems to work. Now,
19 I just need a decently large build that uses 'emake' to do a real test, preferably
20 something that has lots of subdirs in the build. Can anyone suggest an ebuild?
21
22 --
23 Andrew Gaffney
24 Network Administrator
25 Skyline Aeronautics, LLC.
26 636-357-1548
27
28
29 --
30 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] where is 'emake' defined? Greg KH <greg@×××××.com>