public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] genkernel r634 - trunk
@ 2008-03-13  4:11 Andrew Gaffney (agaffney)
  0 siblings, 0 replies; only message in thread
From: Andrew Gaffney (agaffney) @ 2008-03-13  4:11 UTC (permalink / raw
  To: gentoo-commits

Author: agaffney
Date: 2008-03-13 04:11:00 +0000 (Thu, 13 Mar 2008)
New Revision: 634

Modified:
   trunk/ChangeLog
   trunk/genkernel
Log:
Move set_kernel_arch() call to after determine_real_args() so that get_KV() has populated the vars we need

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-03-13 03:30:38 UTC (rev 633)
+++ trunk/ChangeLog	2008-03-13 04:11:00 UTC (rev 634)
@@ -2,6 +2,10 @@
 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
+  Move set_kernel_arch() call to after determine_real_args() so that get_KV()
+  has populated the vars we need
+
   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
   Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
 

Modified: trunk/genkernel
===================================================================
--- trunk/genkernel	2008-03-13 03:30:38 UTC (rev 633)
+++ trunk/genkernel	2008-03-13 04:11:00 UTC (rev 634)
@@ -99,7 +99,6 @@
 
 # Set ${ARCH}
 get_official_arch
-set_kernel_arch
 
 # Read arch-specific config
 source ${ARCH_CONFIG} || gen_die "Could not read ${ARCH_CONFIG}"
@@ -119,6 +118,8 @@
 
 determine_real_args
 
+set_kernel_arch
+
 [ ! -f "${TEMP}" ] && mkdir -p "${TEMP}"
 
 setup_cache_dir

-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-13  4:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-13  4:11 [gentoo-commits] genkernel r634 - trunk Andrew Gaffney (agaffney)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox