From: Zac Medico Date: Tue, 24 Jul 2012 18:34:39 +0000 (-0700) Subject: Makefile: drop /etc/make.globals sym, bug #427862 X-Git-Tag: v2.2.0_alpha121~29 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=efb58888bc3900d42c24db9f7ff9f820e93eeb57;p=portage.git Makefile: drop /etc/make.globals sym, bug #427862 Any consumers of /etc/make.globals can be fixed to use /usr/share/portage/config/make.globals directly. --- diff --git a/Makefile b/Makefile index c49cc669c..f074dcfa3 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,6 @@ install: cd "$(srcdir)/cnf"; \ install -m$(INSMODE) $(PORTAGE_CONFDIR_FILES) \ "$(DESTDIR)$(portage_confdir)"; \ - ln -sf "..$(portage_confdir)/make.globals" "$(DESTDIR)$(sysconfdir)"; \ install -m$(INSMODE) "$(srcdir)/cnf/make.conf" \ "$(DESTDIR)$(portage_confdir)/make.conf.example"; \ \