|
|
发表于 2008-4-6 11:49:05
|
显示全部楼层
2007 跟 2008 default 版本基本是一致的(就多了个bzip2),而且我推荐自己掌握make.conf 及 package.use
default-linux/x86/2007.0:
[color="Blue"]cat /usr/portage/profiles/default-linux/x86/2007.0/make.defaults
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/default-linux/x86/2007.0/make.defaults,v 1.2 2007/08/08 19:27:27 dev-zero Exp $
# We build stage1 against this
STAGE1_USE="nptl nptlonly unicode"
# These USE flags are what is common between the various sub-profiles. Stages 2
# and 3 are built against these, so be careful what you add.
USE="acl cups gdbm gpm nptl nptlonly unicode"
default/linux/x86/2008.0:
[color="Blue"]cat /usr/portage/profiles/releases/2008.0/make.defaults
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/releases/2008.0/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $
# Adding this one, since it makes sense.
USE="${USE} bzip2"
[color="Blue"]cat /usr/portage/profiles/releases/2008.0/parent
..
[color="Blue"]cat /usr/portage/profiles/releases/make.defaults
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/profiles/releases/make.defaults,v 1.1 2008/04/01 17:41:35 wolf31o2 Exp $
# These USE flags are what is common between the various sub-profiles. Stages 2
# and 3 are built against these, so be careful what you add.
USE="acl cups gdbm gpm nptl nptlonly unicode" |
|