From: "Chris Gianelloni (wolf31o2)" <wolf31o2@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] catalyst r1352 - in trunk: . targets/support
Date: Wed, 05 Mar 2008 16:12:30 +0000 [thread overview]
Message-ID: <E1JWwEI-00020r-M4@stork.gentoo.org> (raw)
Author: wolf31o2
Date: 2008-03-05 16:12:29 +0000 (Wed, 05 Mar 2008)
New Revision: 1352
Modified:
trunk/ChangeLog
trunk/catalyst
trunk/targets/support/kmerge.sh
Log:
Added an additional make_destpath call to kmerge.sh so it'll export ROOT=/ prior to running genkernel. This is catalyst 2.0.6_pre11 for testing.
Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog 2008-03-04 02:37:23 UTC (rev 1351)
+++ trunk/ChangeLog 2008-03-05 16:12:29 UTC (rev 1352)
@@ -1,6 +1,11 @@
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
# $Id: $
+ 05 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
+ targets/support/kmerge.sh:
+ Added an additional make_destpath call to kmerge.sh so it'll export ROOT=/
+ prior to running genkernel. This is catalyst 2.0.6_pre11 for testing.
+
04 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/create-iso.sh:
Bash fscking sucks, so we have to compromise on this code reduction solution
@@ -12,7 +17,7 @@
02 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/kmerge.sh:
- Pass clst_root_path instead of ROOT to run_emerge, since it overrides ROOT
+ Pass clst_root_path instead of ROOT to run_merge, since it overrides ROOT
29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
targets/support/kmerge.sh:
Modified: trunk/catalyst
===================================================================
--- trunk/catalyst 2008-03-04 02:37:23 UTC (rev 1351)
+++ trunk/catalyst 2008-03-05 16:12:29 UTC (rev 1352)
@@ -8,7 +8,7 @@
import pdb
__maintainer__="Chris Gianelloni <wolf31o2@gentoo.org>"
-__version__="2.0.6_pre10"
+__version__="2.0.6_pre11"
conf_values={}
Modified: trunk/targets/support/kmerge.sh
===================================================================
--- trunk/targets/support/kmerge.sh 2008-03-04 02:37:23 UTC (rev 1351)
+++ trunk/targets/support/kmerge.sh 2008-03-05 16:12:29 UTC (rev 1352)
@@ -63,7 +63,6 @@
then
GK_ARGS="${GK_ARGS} --initramfs-overlay=\"${clst_merge_path}\""
fi
-
}
genkernel_compile(){
@@ -101,7 +100,8 @@
else
genkernel ${GK_ARGS} || exit 1
fi
- md5sum /var/tmp/${clst_kname}.config|awk '{print $1}' > /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.CONFIG
+ md5sum /var/tmp/${clst_kname}.config | awk '{print $1}' > \
+ /tmp/kerncache/${clst_kname}/${clst_kname}-${clst_version_stamp}.CONFIG
}
build_kernel() {
@@ -196,6 +196,7 @@
else
run_merge "${clst_ksource}" || exit 1
fi
+make_destpath
sed -i "/USE=\"\${USE} ${clst_kernel_use} symlink build\"/d" /etc/make.conf
# If catalyst has set to a empty string, extraversion wasn't specified so we
--
gentoo-commits@lists.gentoo.org mailing list
reply other threads:[~2008-03-05 16:12 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1JWwEI-00020r-M4@stork.gentoo.org \
--to=wolf31o2@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox