From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FE0Wn-0005zN-T0 for garchives@archives.gentoo.org; Tue, 28 Feb 2006 08:48:18 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id k1S8h26v014742; Tue, 28 Feb 2006 08:43:02 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id k1S8gVgX000636 for ; Tue, 28 Feb 2006 08:42:58 GMT Message-Id: <200602280842.k1S8gVgX000636@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1FDsLg-0005Rh-1C for gentoo-doc-cvs@lists.gentoo.org; Tue, 28 Feb 2006 00:04:16 +0000 Received: by lark (sSMTP sendmail emulation); Tue, 28 Feb 2006 00:04:15 +0000 From: "Joseph Jezak" Date: Tue, 28 Feb 2006 00:04:15 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: d13f9abd-673d-475f-a929-2fbfd0efb66c X-Archives-Hash: c288077bb7d27451042a4ae2cae78bcf josejx 06/02/28 00:04:15 Modified: xml/htdocs/doc/en/handbook hb-install-system.xml Log: Fixed ppc/ppc64 profile paths. Revision Changes Path 1.91 +15 -15 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.91&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.91&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml.diff?r1=1.90&r2=1.91&cvsroot=gentoo Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.90 retrieving revision 1.91 diff -u -r1.90 -r1.91 --- hb-install-system.xml 27 Feb 2006 00:55:35 -0000 1.90 +++ hb-install-system.xml 28 Feb 2006 00:04:15 -0000 1.91 @@ -4,11 +4,11 @@ - + -2.17 +2.18 2006-02-27
@@ -231,16 +231,16 @@

-(Generic PPC profile, for all PPC machines)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc32 /etc/make.profile
+(Generic PPC profile, for all PPC machines, minimal)
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.0 /etc/make.profile
 (G3 profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc32/G3 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.0/G3 /etc/make.profile
 (G3 Pegasos profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc32/G3/Pegasos/ /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.0/G3/Pegasos/ /etc/make.profile
 (G4 (Altivec) profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc32/G4 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.0/G4 /etc/make.profile
 (G4 (Altivec) Pegasos profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc32/G4/Pegasos/ /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc32/2006.0/G4/Pegasos/ /etc/make.profile
 

@@ -249,20 +249,20 @@

 (Generic 64bit userland PPC64 profile, for all PPC64 machines)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/64bit-userland /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/64bit-userland /etc/make.profile
 (Generic 32bit userland PPC64 profile, for all PPC64 machines)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/32bit-userland /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/32bit-userland /etc/make.profile
 (Each type of userland has sub profiles as follows, with (userland) replaced with the chosen userland from above)
 (970 profile for JS20)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/(userland)/970 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/(userland)/970 /etc/make.profile
 (G5 profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/(userland)/970/pmac /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/(userland)/970/pmac /etc/make.profile
 (POWER3 profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/(userland)/power3 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/(userland)/power3 /etc/make.profile
 (POWER4 profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/(userland)/power4 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/(userland)/power4 /etc/make.profile
 (POWER5 profile)
-# ln -snf /usr/portage/profiles/default-linux/ppc/2006.0/ppc64/(userland)/power5 /etc/make.profile
+# ln -snf /usr/portage/profiles/default-linux/ppc/ppc64/2006.0/(userland)/power5 /etc/make.profile
 (The multilib profile is not stable as of this release.)
 
-- gentoo-doc-cvs@gentoo.org mailing list