git: buildkernel, nrelease: use AMD64_GENERIC as kernel default config
    Simon Schubert 
    corecode at crater.dragonflybsd.org
       
    Mon Sep 14 15:53:17 PDT 2009
    
    
  
commit 702a95cc5a96bcc8b869d9c49c8c2b61292b94cd
Author: Simon Schubert <corecode at dragonflybsd.org>
Date:   Tue Sep 15 00:47:58 2009 +0200
    buildkernel, nrelease: use AMD64_GENERIC as kernel default config
    
    buildkernel and nrelease both defaulted to GENERIC as kernel.  This does
    not work for amd64 builds, since GENERIC is i386.
    
    Add a makeshift hack by selecting AMD64_GENERIC if we're buildin for/on
    amd64.  This needs to go away and be solved in a more sensible way.
    
    Ok: dillon@
Summary of changes:
 Makefile.inc1     |    6 ++++++
 nrelease/Makefile |    6 ++++++
 2 files changed, 12 insertions(+), 0 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/702a95cc5a96bcc8b869d9c49c8c2b61292b94cd
-- 
DragonFly BSD source repository
    
    
More information about the Commits
mailing list