Gentoo Archives: gentoo-dev

From: Georgi Georgiev <chutz@×××.net>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] using more than one kernel
Date: Mon, 02 Jun 2003 12:03:23
Message-Id: 20030602120320.GA11811%chutz@gg3.net
In Reply to: Re: [gentoo-dev] using more than one kernel by Peter Ruskin
1 On 02/06/2003 at 12:36:36(+0100), Peter Ruskin used 1.0Kbytes just to say:
2 > I'm not sure what COUNTER does, but the "|| continue" skips files that
3 > don't have it.
4
5 COUNTER is incremented by one for every ebuild. I like to keep the original
6 order... just in case. I think I even had some reason once.
7
8 > The tail end of my build-kernel scripts now looks like this:
9 > AUTOCLEAN="no" ACCEPT_KEYWORDS="~x86" kernel-deps | xargs emerge
10
11 probably
12
13 kernel-deps | env AUTOCLEAN=no ACCEPT_KEYWORDS="~x86" xargs emerge
14
15 would be better. I am pretty sure that AUTOCLEAN=no is not set for xargs the
16 way you wrote it.
17
18 --
19 /^^^^^^^^^^^^^^^^^^^^^^^^^^^\/^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\
20 / Georgi Georgiev (-< / Some men are so interested in \
21 \ chutz@×××××××.net /\ .o)\ their wives' continued happiness /
22 / +81(90)6266-1163 V_/_ |(/)/ that they hire detectives to \
23 \ ^^^^^^^^^\ find out the reason for it. /
24 \___________________________/\________________________________/
25
26 --
27 gentoo-dev@g.o mailing list

Replies

Subject Author
Re: [gentoo-dev] using more than one kernel Peter Ruskin <aoyu93@×××××××××.com>
Re: [gentoo-dev] using more than one kernel Peter Ruskin <aoyu93@×××××××××.com>