X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=compilation;h=5a1582b40f08103f87e5bfb5c9f5595ef7ea9713;hb=fea20390a6c51a1756e517f47e03a9e15d83e3f6;hp=6320e7069b0338802e0928b295f40a992f3307b8;hpb=c98f3820a04e7ada895c6733890a1dd6e30ee7e3;p=bash.d.git diff --git a/compilation b/compilation index 6320e70..5a1582b 100644 --- a/compilation +++ b/compilation @@ -13,7 +13,6 @@ load_profile_defaults() { if [ -f "${profile}/make.defaults" ]; then . "${profile}/make.defaults" - echo "loaded ${profile}/make.defaults" fi } @@ -26,10 +25,6 @@ if [ -f /etc/portage/make.conf ]; then . /etc/portage/make.conf fi - -# Not a portage variable, but it's real handy. -REPOS="${DISTDIR}/../repositories" - # These are really the only variables that make sense to export to # subsequent commands. export CFLAGS