diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-03-07 17:33:27 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-03-07 17:33:27 +0000 |
commit | c32a5b02ae3f5325568cf721a5b8ea8c44a20c2e (patch) | |
tree | 29e1d75d73d54f1ad8e1f73a800f73624457c8c9 /profiles | |
parent | dep fix (diff) | |
download | gentoo-2-c32a5b02ae3f5325568cf721a5b8ea8c44a20c2e.tar.gz gentoo-2-c32a5b02ae3f5325568cf721a5b8ea8c44a20c2e.tar.bz2 gentoo-2-c32a5b02ae3f5325568cf721a5b8ea8c44a20c2e.zip |
various portage things
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/default/make.defaults | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/profiles/default/make.defaults b/profiles/default/make.defaults index 9db74c6959f1..56f4e7792145 100644 --- a/profiles/default/make.defaults +++ b/profiles/default/make.defaults @@ -1,10 +1,6 @@ # Copyright 2000 Daniel Robbins, Gentoo Technologies, Inc. # System-wide defaults for the Portage system -ROOT="/" - -MAINTAINER="yes" - #proxy settings PROXY(both), or HTTP_PROXY/FTP_PROXY #PROXY=freebox.gentoo.org:3128 #HTTP_PROXY= @@ -45,8 +41,4 @@ CFLAGS="-O2 -mpentium" # C++ Compiler flags CXXFLAGS=${CFLAGS} -#Debug build -- if defined, binaries won't be stripped #DEBUG=true - -#Package Mode - tbz2 or tgz (what binary package mode) -PACKAGE=tbz2 |