diff options
author | David Chamberlain <daybird@gentoo.org> | 2002-05-09 16:46:48 +0000 |
---|---|---|
committer | David Chamberlain <daybird@gentoo.org> | 2002-05-09 16:46:48 +0000 |
commit | 8483444954d3925c111ad861609df9edc7b7aa27 (patch) | |
tree | 6b5686b94ad22f9bafaabe50b987394b0c08ac99 /sys-apps | |
parent | fixed header (diff) | |
download | historical-8483444954d3925c111ad861609df9edc7b7aa27.tar.gz historical-8483444954d3925c111ad861609df9edc7b7aa27.tar.bz2 historical-8483444954d3925c111ad861609df9edc7b7aa27.zip |
added sandbox warning to configs
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/portage/files/ppc-1.9.9/make.conf | 3 | ||||
-rw-r--r-- | sys-apps/portage/files/ppc-1.9.9/make.globals | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/sys-apps/portage/files/ppc-1.9.9/make.conf b/sys-apps/portage/files/ppc-1.9.9/make.conf index cc187a8aaa94..ffe9f5f0e9d0 100644 --- a/sys-apps/portage/files/ppc-1.9.9/make.conf +++ b/sys-apps/portage/files/ppc-1.9.9/make.conf @@ -65,8 +65,9 @@ CXXFLAGS=${CFLAGS} # digest : automatically create a digest for new ebuilds # cvs : automatically commit new digests to cvs # sandbox : enable the sandbox for path prefix protection +# WARNING: sandbox is broken on ppc - don't use! # noclean : don't clean the temp dirs when emerge terminates # noauto : don't execute prior ebuild steps automatically # (eg. 'ebuild install' does just that and not # 'fetch unpack compile install' -#FEATURES="digest cvs sandbox noclean noauto" +#FEATURES="digest cvs noclean noauto" diff --git a/sys-apps/portage/files/ppc-1.9.9/make.globals b/sys-apps/portage/files/ppc-1.9.9/make.globals index 4b5c110d3acd..a2f236c5cb4e 100644 --- a/sys-apps/portage/files/ppc-1.9.9/make.globals +++ b/sys-apps/portage/files/ppc-1.9.9/make.globals @@ -49,8 +49,9 @@ KDE3DIR="/usr/kde/3" # Default maintainer options #FEATURES="digest sandbox noclean noauto" +# WARNING: sanbox is broken on ppc - don't use! # Default user options -#FEATURES="sandbox" +#FEATURES="" # By default output colored text where possible, set to "true" to output only #black&white text |