Gentoo Archives: gentoo-commits

From: "Chris Gianelloni (wolf31o2)" <wolf31o2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] catalyst r1320 - in trunk: . targets/support
Date: Thu, 21 Feb 2008 08:30:30
Message-Id: E1JS6p1-0003iu-Im@stork.gentoo.org
1 Author: wolf31o2
2 Date: 2008-02-21 08:30:26 +0000 (Thu, 21 Feb 2008)
3 New Revision: 1320
4
5 Modified:
6 trunk/ChangeLog
7 trunk/targets/support/kmerge.sh
8 Log:
9 Changing modules-update to update-modules to quiet a warning and keep us from having it get removed out from under us.
10
11 Modified: trunk/ChangeLog
12 ===================================================================
13 --- trunk/ChangeLog 2008-02-21 06:33:29 UTC (rev 1319)
14 +++ trunk/ChangeLog 2008-02-21 08:30:26 UTC (rev 1320)
15 @@ -1,6 +1,11 @@
16 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
17 # $Id: $
18
19 + 21 Feb 2008; Chris Gianelloni <wolf31o2@g.o>
20 + targets/support/kmerge.sh:
21 + Changing modules-update to update-modules to quiet a warning and keep us
22 + from having it get removed out from under us.
23 +
24 21 Feb 2008; Chris Gianelloni <wolf31o2@g.o> catalyst,
25 targets/support/chroot-functions.sh:
26 Adding a note to myself for better debug and moving run_default_funcs to the
27
28 Modified: trunk/targets/support/kmerge.sh
29 ===================================================================
30 --- trunk/targets/support/kmerge.sh 2008-02-21 06:33:29 UTC (rev 1319)
31 +++ trunk/targets/support/kmerge.sh 2008-02-21 08:30:26 UTC (rev 1320)
32 @@ -229,7 +229,7 @@
33 EXV=`grep ^EXTRAVERSION\ \= /usr/src/linux/Makefile | sed -e "s/EXTRAVERSION =//" -e "s/ //g"`
34 clst_fudgeuname=${VER}.${PAT}.${SUB}${EXV}
35
36 -/sbin/modules-update --assume-kernel=${clst_fudgeuname}
37 +/sbin/update-modules --assume-kernel=${clst_fudgeuname}
38
39 unset USE
40 echo ${clst_kernel_use} > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.USE
41
42 --
43 gentoo-commits@l.g.o mailing list