Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] where is 'emake' defined?
Date: Tue, 24 Feb 2004 23:15:10
Message-Id: 20040224230948.GD7959@zk3.dec.com
In Reply to: Re: [gentoo-dev] where is 'emake' defined? by Andrew Gaffney
1 Andrew Gaffney wrote: [Mon Feb 23 2004, 10:04:19PM EST]
2 > Are their any methods other than running 'make -n | wc -l' and comparing to
3 > the current number of lines in 'make' output to figure out how far in the
4 > build you are?
5
6 You could run make -n and grab the output as keys into a hash with a
7 counter as the value. Then run make and match the output against the
8 hash. I don't know how much massaging of the data you'd have to do...
9
10 Regards,
11 Aron
12
13 --
14 Aron Griffis
15 Gentoo Linux Developer (alpha / ia64 / ruby / vim)
16 Key fingerprint = E3B6 8734 C2D6 B5E5 AE76 FB3A 26B1 C5E3 2010 4EB0

Replies

Subject Author
Re: [gentoo-dev] where is 'emake' defined? Andrew Gaffney <agaffney@×××××××××××.com>